aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/fuse_i.h
diff options
context:
space:
mode:
authorMax Reitz <mreitz@redhat.com>2020-04-20 17:59:34 +0200
committerMiklos Szeredi <mszeredi@redhat.com>2020-09-18 15:17:41 +0200
commit8f622e9497bbbd5df4675edf782500cd9fe961ba (patch)
tree95735264a2ae476a886c2fcc110afcf854d2a4cc /fs/fuse/fuse_i.h
parent24754db2728a87c513cc480c70c09072a7a40ba6 (diff)
downloadkernel_replicant_linux-8f622e9497bbbd5df4675edf782500cd9fe961ba.tar.gz
kernel_replicant_linux-8f622e9497bbbd5df4675edf782500cd9fe961ba.tar.bz2
kernel_replicant_linux-8f622e9497bbbd5df4675edf782500cd9fe961ba.zip
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>
Diffstat (limited to 'fs/fuse/fuse_i.h')
-rw-r--r--fs/fuse/fuse_i.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fuse/fuse_i.h b/fs/fuse/fuse_i.h
index 776f92d3c0c5..32e49afaf649 100644
--- a/fs/fuse/fuse_i.h
+++ b/fs/fuse/fuse_i.h
@@ -949,7 +949,7 @@ int fuse_simple_background(struct fuse_conn *fc, struct fuse_args *args,
/**
* End a finished request
*/
-void fuse_request_end(struct fuse_conn *fc, struct fuse_req *req);
+void fuse_request_end(struct fuse_req *req);
/* Abort all requests */
void fuse_abort_conn(struct fuse_conn *fc);