1
0
Fork 0

fuse: reduce max out args

The third out-arg is never actually used.

Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
hifive-unleashed-5.1
Miklos Szeredi 2014-12-12 09:49:05 +01:00
parent baebccbe99
commit f704dcb538
1 changed files with 1 additions and 1 deletions

View File

@ -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 */