提交 f704dcb5 编写于 作者: M Miklos Szeredi

fuse: reduce max out args

The third out-arg is never actually used.
Signed-off-by: NMiklos Szeredi <mszeredi@suse.cz>
上级 baebccbe
......@@ -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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册