diff options
Diffstat (limited to 'include/linux/fuse.h')
-rw-r--r-- | include/linux/fuse.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fuse.h b/include/linux/fuse.h index 43a77d73349c..436047093bc4 100644 --- a/include/linux/fuse.h +++ b/include/linux/fuse.h | |||
@@ -101,6 +101,7 @@ struct fuse_file_lock { | |||
101 | #define FUSE_ASYNC_READ (1 << 0) | 101 | #define FUSE_ASYNC_READ (1 << 0) |
102 | #define FUSE_POSIX_LOCKS (1 << 1) | 102 | #define FUSE_POSIX_LOCKS (1 << 1) |
103 | #define FUSE_FILE_OPS (1 << 2) | 103 | #define FUSE_FILE_OPS (1 << 2) |
104 | #define FUSE_ATOMIC_O_TRUNC (1 << 3) | ||
104 | 105 | ||
105 | /** | 106 | /** |
106 | * Release flags | 107 | * Release flags |