aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMiklos Szeredi <mszeredi@suse.cz>2012-07-18 10:09:40 -0400
committerMiklos Szeredi <mszeredi@suse.cz>2012-07-18 10:09:40 -0400
commitf3840dc0fb57aef120c5ee8241cdc9aaf3cec8d4 (patch)
tree986f06ff89da0441046f37ae8f509676292d3a65 /include
parent69fe05c90ed58aac956dccb9e6d3a325fb3b8767 (diff)
fuse: add missing INIT flag descriptions
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Diffstat (limited to 'include')
-rw-r--r--include/linux/fuse.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/fuse.h b/include/linux/fuse.h
index 6455c5b64c2e..d8c713e148e3 100644
--- a/include/linux/fuse.h
+++ b/include/linux/fuse.h
@@ -166,8 +166,12 @@ struct fuse_file_lock {
166/** 166/**
167 * INIT request/reply flags 167 * INIT request/reply flags
168 * 168 *
169 * FUSE_ASYNC_READ: asynchronous read requests
169 * FUSE_POSIX_LOCKS: remote locking for POSIX file locks 170 * FUSE_POSIX_LOCKS: remote locking for POSIX file locks
171 * FUSE_FILE_OPS: kernel sends file handle for fstat, etc... (not yet supported)
172 * FUSE_ATOMIC_O_TRUNC: handles the O_TRUNC open flag in the filesystem
170 * FUSE_EXPORT_SUPPORT: filesystem handles lookups of "." and ".." 173 * FUSE_EXPORT_SUPPORT: filesystem handles lookups of "." and ".."
174 * FUSE_BIG_WRITES: filesystem can handle write size larger than 4kB
171 * FUSE_DONT_MASK: don't apply umask to file mode on create operations 175 * FUSE_DONT_MASK: don't apply umask to file mode on create operations
172 * FUSE_SPLICE_WRITE: kernel supports splice write on the device 176 * FUSE_SPLICE_WRITE: kernel supports splice write on the device
173 * FUSE_SPLICE_MOVE: kernel supports splice move on the device 177 * FUSE_SPLICE_MOVE: kernel supports splice move on the device