| commit | 154603fe3ec4620a4c229a127ddbccf5c69f9463 | [log] [tgz] |
|---|---|---|
| author | Alan Somers <asomers@FreeBSD.org> | Fri Apr 19 15:42:44 2019 -0600 |
| committer | Miklos Szeredi <mszeredi@redhat.com> | Wed Apr 24 17:05:07 2019 +0200 |
| tree | 4a98002c6be08d8fd2535550061fed3eb0a8c06e | |
| parent | bbd84f33652f852ce5992d65db4d020aba21f882 [diff] |
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>