aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fuse/dev.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/fuse/dev.c')
-rw-r--r--fs/fuse/dev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fuse/dev.c b/fs/fuse/dev.c
index fec4779e2b55..fe3adf589174 100644
--- a/fs/fuse/dev.c
+++ b/fs/fuse/dev.c
@@ -833,7 +833,7 @@ static int fuse_dev_release(struct inode *inode, struct file *file)
833 end_requests(fc, &fc->processing); 833 end_requests(fc, &fc->processing);
834 spin_unlock(&fc->lock); 834 spin_unlock(&fc->lock);
835 fasync_helper(-1, file, 0, &fc->fasync); 835 fasync_helper(-1, file, 0, &fc->fasync);
836 kobject_put(&fc->kobj); 836 fuse_conn_put(fc);
837 } 837 }
838 838
839 return 0; 839 return 0;