diff options
Diffstat (limited to 'include/linux/fuse.h')
-rw-r--r-- | include/linux/fuse.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/include/linux/fuse.h b/include/linux/fuse.h index 9d5177c356cc..8f64cc2205b0 100644 --- a/include/linux/fuse.h +++ b/include/linux/fuse.h | |||
@@ -108,12 +108,8 @@ enum fuse_opcode { | |||
108 | FUSE_CREATE = 35 | 108 | FUSE_CREATE = 35 |
109 | }; | 109 | }; |
110 | 110 | ||
111 | /* Conservative buffer size for the client */ | 111 | /* The read buffer is required to be at least 8k, but may be much larger */ |
112 | #define FUSE_MAX_IN 8192 | 112 | #define FUSE_MIN_READ_BUFFER 8192 |
113 | |||
114 | #define FUSE_NAME_MAX 1024 | ||
115 | #define FUSE_SYMLINK_MAX 4096 | ||
116 | #define FUSE_XATTR_SIZE_MAX 4096 | ||
117 | 113 | ||
118 | struct fuse_entry_out { | 114 | struct fuse_entry_out { |
119 | __u64 nodeid; /* Inode ID */ | 115 | __u64 nodeid; /* Inode ID */ |