diff options
Diffstat (limited to 'include/linux/fuse.h')
-rw-r--r-- | include/linux/fuse.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/fuse.h b/include/linux/fuse.h index c65124a213a1..acbeb96a3353 100644 --- a/include/linux/fuse.h +++ b/include/linux/fuse.h | |||
@@ -99,7 +99,8 @@ enum fuse_opcode { | |||
99 | FUSE_INIT = 26, | 99 | FUSE_INIT = 26, |
100 | FUSE_OPENDIR = 27, | 100 | FUSE_OPENDIR = 27, |
101 | FUSE_READDIR = 28, | 101 | FUSE_READDIR = 28, |
102 | FUSE_RELEASEDIR = 29 | 102 | FUSE_RELEASEDIR = 29, |
103 | FUSE_FSYNCDIR = 30 | ||
103 | }; | 104 | }; |
104 | 105 | ||
105 | /* Conservative buffer size for the client */ | 106 | /* Conservative buffer size for the client */ |