fuse: reduce max out args
The third out-arg is never actually used. Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
This commit is contained in:
Родитель
baebccbe99
Коммит
f704dcb538
|
@ -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 */
|
||||
|
|
Загрузка…
Ссылка в новой задаче