aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/fuse/fuse_i.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fuse/fuse_i.h b/fs/fuse/fuse_i.h
index 416fee2ee1bc..351c098307b8 100644
--- a/fs/fuse/fuse_i.h
+++ b/fs/fuse/fuse_i.h
@@ -213,7 +213,7 @@ struct fuse_out {
213 unsigned numargs; 213 unsigned numargs;
214 214
215 /** Array of arguments */ 215 /** Array of arguments */
216 struct fuse_arg args[3]; 216 struct fuse_arg args[2];
217}; 217};
218 218
219/** FUSE page descriptor */ 219/** FUSE page descriptor */