瀏覽代碼

fuse: reduce max out args

The third out-arg is never actually used.

Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Miklos Szeredi 10 年之前
父節點
當前提交
f704dcb538
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      fs/fuse/fuse_i.h

+ 1 - 1
fs/fuse/fuse_i.h

@@ -213,7 +213,7 @@ struct fuse_out {
 	unsigned numargs;
 
 	/** Array of arguments */
-	struct fuse_arg args[3];
+	struct fuse_arg args[2];
 };
 
 /** FUSE page descriptor */