Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f704dcb5 authored by Miklos Szeredi's avatar Miklos Szeredi
Browse files

fuse: reduce max out args



The third out-arg is never actually used.

Signed-off-by: default avatarMiklos Szeredi <mszeredi@suse.cz>
parent baebccbe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */