diff options
Diffstat (limited to 'include/linux/fuse.h')
-rw-r--r-- | include/linux/fuse.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/fuse.h b/include/linux/fuse.h index 507913b65af0..45c398f08247 100644 --- a/include/linux/fuse.h +++ b/include/linux/fuse.h | |||
@@ -100,7 +100,8 @@ enum fuse_opcode { | |||
100 | FUSE_READDIR = 28, | 100 | FUSE_READDIR = 28, |
101 | FUSE_RELEASEDIR = 29, | 101 | FUSE_RELEASEDIR = 29, |
102 | FUSE_FSYNCDIR = 30, | 102 | FUSE_FSYNCDIR = 30, |
103 | FUSE_ACCESS = 34 | 103 | FUSE_ACCESS = 34, |
104 | FUSE_CREATE = 35 | ||
104 | }; | 105 | }; |
105 | 106 | ||
106 | /* Conservative buffer size for the client */ | 107 | /* Conservative buffer size for the client */ |
@@ -158,7 +159,7 @@ struct fuse_setattr_in { | |||
158 | 159 | ||
159 | struct fuse_open_in { | 160 | struct fuse_open_in { |
160 | __u32 flags; | 161 | __u32 flags; |
161 | __u32 padding; | 162 | __u32 mode; |
162 | }; | 163 | }; |
163 | 164 | ||
164 | struct fuse_open_out { | 165 | struct fuse_open_out { |