commit | 8f622e9497bbbd5df4675edf782500cd9fe961ba | [log] [tgz] |
---|---|---|
author | Max Reitz <mreitz@redhat.com> | Mon Apr 20 17:59:34 2020 +0200 |
committer | Miklos Szeredi <mszeredi@redhat.com> | Fri Sep 18 15:17:41 2020 +0200 |
tree | 95735264a2ae476a886c2fcc110afcf854d2a4cc | |
parent | 24754db2728a87c513cc480c70c09072a7a40ba6 [diff] |
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>