aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/fuse/inode.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/fuse/inode.c b/fs/fuse/inode.c
index d1bc4d33ccbc..91f7c85f1ffd 100644
--- a/fs/fuse/inode.c
+++ b/fs/fuse/inode.c
@@ -911,6 +911,7 @@ static int fuse_fill_super(struct super_block *sb, void *data, int silent)
911 err_put_root: 911 err_put_root:
912 dput(root_dentry); 912 dput(root_dentry);
913 err_put_conn: 913 err_put_conn:
914 bdi_destroy(&fc->bdi);
914 fuse_conn_put(fc); 915 fuse_conn_put(fc);
915 err_fput: 916 err_fput:
916 fput(file); 917 fput(file);