diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/fuse.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/fuse.h b/include/linux/fuse.h index 3c85f1a422cc..9d5177c356cc 100644 --- a/include/linux/fuse.h +++ b/include/linux/fuse.h | |||
@@ -53,6 +53,9 @@ struct fuse_kstatfs { | |||
53 | __u64 ffree; | 53 | __u64 ffree; |
54 | __u32 bsize; | 54 | __u32 bsize; |
55 | __u32 namelen; | 55 | __u32 namelen; |
56 | __u32 frsize; | ||
57 | __u32 padding; | ||
58 | __u32 spare[6]; | ||
56 | }; | 59 | }; |
57 | 60 | ||
58 | #define FATTR_MODE (1 << 0) | 61 | #define FATTR_MODE (1 << 0) |
@@ -213,6 +216,8 @@ struct fuse_write_out { | |||
213 | __u32 padding; | 216 | __u32 padding; |
214 | }; | 217 | }; |
215 | 218 | ||
219 | #define FUSE_COMPAT_STATFS_SIZE 48 | ||
220 | |||
216 | struct fuse_statfs_out { | 221 | struct fuse_statfs_out { |
217 | struct fuse_kstatfs st; | 222 | struct fuse_kstatfs st; |
218 | }; | 223 | }; |