Commit f704dcb5 authored by Miklos Szeredi's avatar Miklos Szeredi

fuse: reduce max out args

The third out-arg is never actually used.
Signed-off-by: default avatarMiklos Szeredi <mszeredi@suse.cz>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment