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 459b73dd45e1..75ca5ac603ae 100644
--- a/fs/fuse/inode.c
+++ b/fs/fuse/inode.c
@@ -908,6 +908,7 @@ static int fuse_fill_super(struct super_block *sb, void *data, int silent)
908 err_put_root: 908 err_put_root:
909 dput(root_dentry); 909 dput(root_dentry);
910 err_put_conn: 910 err_put_conn:
911 bdi_destroy(&fc->bdi);
911 fuse_conn_put(fc); 912 fuse_conn_put(fc);
912 err_fput: 913 err_fput:
913 fput(file); 914 fput(file);