Delete FUSE_FSYNC_FDATASYNC
authorNikolaus Rath <Nikolaus@rath.org>
Sat, 6 Apr 2019 16:56:14 +0000 (17:56 +0100)
committerNikolaus Rath <Nikolaus@rath.org>
Sat, 6 Apr 2019 16:56:14 +0000 (17:56 +0100)
commit87b907808d5e1d5b86928ec711a0d795201aeeb9
tree1ef3a00baaf316de2a27ab65f776b923507f4147
parent1a6c9811e56bb2d113746325c8cdacb936fa895e
Delete FUSE_FSYNC_FDATASYNC

This constant is not defined in the kernel, so it will be lost when
fuse_kernel.h is not synchronized. Instead, the kernel just passes a
flag value of "1", so for now we also use a literal in userspace.
include/fuse_kernel.h
lib/fuse_lowlevel.c