projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
baebccb
)
fuse: reduce max out args
author
Miklos Szeredi
<mszeredi@suse.cz>
Fri, 12 Dec 2014 08:49:05 +0000
(09:49 +0100)
committer
Miklos Szeredi
<mszeredi@suse.cz>
Fri, 12 Dec 2014 08:49:05 +0000
(09:49 +0100)
The third out-arg is never actually used.
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
fs/fuse/fuse_i.h
patch
|
blob
|
history
diff --git
a/fs/fuse/fuse_i.h
b/fs/fuse/fuse_i.h
index 416fee2ee1bc13821be4dc07b256d6aae328949b..351c098307b810c5791d49296d7380b5044c236f 100644
(file)
--- a/
fs/fuse/fuse_i.h
+++ b/
fs/fuse/fuse_i.h
@@
-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 */