linux-stable/fs/fuse
Jens Axboe 6b19b766e8 fs: get rid of the res2 iocb->ki_complete argument
The second argument was only used by the USB gadget code, yet everyone
pays the overhead of passing a zero to be passed into aio, where it
ends up being part of the aio res2 value.

Now that everybody is passing in zero, kill off the extra argument.

Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2021-10-25 10:36:24 -06:00
..
acl.c vfs: add rcu argument to ->get_acl() callback 2021-08-18 22:08:24 +02:00
control.c fuse: name fs_context consistently 2021-08-04 13:22:58 +02:00
cuse.c cuse: simplify refcount 2021-04-14 10:40:58 +02:00
dax.c \n 2021-08-30 10:24:50 -07:00
dev.c fuse: fix use after free in fuse_read_interrupt() 2021-08-04 13:22:58 +02:00
dir.c fuse: Convert to using invalidate_lock 2021-07-13 14:29:01 +02:00
file.c fs: get rid of the res2 iocb->ki_complete argument 2021-10-25 10:36:24 -06:00
fuse_i.h fuse update for 5.15 2021-09-07 12:18:29 -07:00
inode.c fuse update for 5.15 2021-09-07 12:18:29 -07:00
ioctl.c fuse: convert to fileattr 2021-04-12 15:04:30 +02:00
Kconfig
Makefile fuse: move ioctl to separate source file 2021-04-12 15:04:30 +02:00
readdir.c fuse: fix illegal access to inode with reused nodeid 2021-06-22 09:15:36 +02:00
virtio_fs.c fuse: name fs_context consistently 2021-08-04 13:22:58 +02:00
xattr.c fuse: extend FUSE_SETXATTR request 2021-04-14 10:40:57 +02:00