diff options
Diffstat (limited to 'include/linux/fuse.h')
-rw-r--r-- | include/linux/fuse.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/fuse.h b/include/linux/fuse.h index 608e300ae883..abde9949e2c0 100644 --- a/include/linux/fuse.h +++ b/include/linux/fuse.h | |||
@@ -203,6 +203,10 @@ enum fuse_opcode { | |||
203 | FUSE_IOCTL = 39, | 203 | FUSE_IOCTL = 39, |
204 | }; | 204 | }; |
205 | 205 | ||
206 | enum fuse_notify_code { | ||
207 | FUSE_NOTIFY_CODE_MAX, | ||
208 | }; | ||
209 | |||
206 | /* The read buffer is required to be at least 8k, but may be much larger */ | 210 | /* The read buffer is required to be at least 8k, but may be much larger */ |
207 | #define FUSE_MIN_READ_BUFFER 8192 | 211 | #define FUSE_MIN_READ_BUFFER 8192 |
208 | 212 | ||