fuse: document fuse_fsync_in.fsync_flags
authorAlan Somers <asomers@FreeBSD.org>
Fri, 19 Apr 2019 21:42:44 +0000 (15:42 -0600)
committerMiklos Szeredi <mszeredi@redhat.com>
Wed, 24 Apr 2019 15:05:07 +0000 (17:05 +0200)
commit154603fe3ec4620a4c229a127ddbccf5c69f9463
tree4a98002c6be08d8fd2535550061fed3eb0a8c06e
parentbbd84f33652f852ce5992d65db4d020aba21f882
fuse: document fuse_fsync_in.fsync_flags

The FUSE_FSYNC_DATASYNC flag was introduced by commit b6aeadeda22a
("[PATCH] FUSE - file operations") as a magic number.  No new values have
been added to fsync_flags since.

Signed-off-by: Alan Somers <asomers@FreeBSD.org>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/fuse/file.c
include/uapi/linux/fuse.h