fuse: drop fuse_conn parameter where possible
authorMax Reitz <mreitz@redhat.com>
Mon, 20 Apr 2020 15:59:34 +0000 (17:59 +0200)
committerMiklos Szeredi <mszeredi@redhat.com>
Fri, 18 Sep 2020 13:17:41 +0000 (15:17 +0200)
commit8f622e9497bbbd5df4675edf782500cd9fe961ba
tree95735264a2ae476a886c2fcc110afcf854d2a4cc
parent24754db2728a87c513cc480c70c09072a7a40ba6
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>
fs/fuse/dev.c
fs/fuse/fuse_i.h
fs/fuse/virtio_fs.c