diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/fuse.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fuse.h b/include/linux/fuse.h index 162a754f4db7..534744efe30d 100644 --- a/include/linux/fuse.h +++ b/include/linux/fuse.h | |||
@@ -133,6 +133,7 @@ enum fuse_opcode { | |||
133 | FUSE_CREATE = 35, | 133 | FUSE_CREATE = 35, |
134 | FUSE_INTERRUPT = 36, | 134 | FUSE_INTERRUPT = 36, |
135 | FUSE_BMAP = 37, | 135 | FUSE_BMAP = 37, |
136 | FUSE_DESTROY = 38, | ||
136 | }; | 137 | }; |
137 | 138 | ||
138 | /* The read buffer is required to be at least 8k, but may be much larger */ | 139 | /* The read buffer is required to be at least 8k, but may be much larger */ |