OpenCloudOS-Kernel/fs/fuse
Max Reitz 8f622e9497 fuse: drop fuse_conn parameter where possible
With the last commit, all functions that handle some existing fuse_req
no longer need to be given the associated fuse_conn, because they can
get it from the fuse_req object.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
2020-09-18 15:17:41 +02:00
..
Kconfig virtiofs: implement dax read/write operations 2020-09-10 11:39:23 +02:00
Makefile virtiofs: add a mount option to enable dax 2020-09-10 11:39:22 +02:00
acl.c fuse: Support fuse filesystems outside of init_user_ns 2018-03-20 17:11:44 +01:00
control.c treewide: Remove uninitialized_var() usage 2020-07-16 12:35:15 -07:00
cuse.c treewide: Remove uninitialized_var() usage 2020-07-16 12:35:15 -07:00
dax.c virtiofs: add logic to free up a memory range 2020-09-10 11:39:23 +02:00
dev.c fuse: drop fuse_conn parameter where possible 2020-09-18 15:17:41 +02:00
dir.c virtiofs: serialize truncate/punch_hole and dax fault path 2020-09-10 11:39:23 +02:00
file.c virtiofs: serialize truncate/punch_hole and dax fault path 2020-09-10 11:39:23 +02:00
fuse_i.h fuse: drop fuse_conn parameter where possible 2020-09-18 15:17:41 +02:00
inode.c virtiofs: serialize truncate/punch_hole and dax fault path 2020-09-10 11:39:23 +02:00
readdir.c fuse: use true,false for bool variable 2020-02-06 16:39:28 +01:00
virtio_fs.c fuse: drop fuse_conn parameter where possible 2020-09-18 15:17:41 +02:00
xattr.c fuse: rearrange and resize fuse_args fields 2019-09-10 16:29:48 +02:00