Commit a6aeeebf authored by Linus Torvalds's avatar Linus Torvalds
parents f6cab83d fd9db729
...@@ -911,6 +911,7 @@ static int fuse_fill_super(struct super_block *sb, void *data, int silent) ...@@ -911,6 +911,7 @@ static int fuse_fill_super(struct super_block *sb, void *data, int silent)
err_put_root: err_put_root:
dput(root_dentry); dput(root_dentry);
err_put_conn: err_put_conn:
bdi_destroy(&fc->bdi);
fuse_conn_put(fc); fuse_conn_put(fc);
err_fput: err_fput:
fput(file); fput(file);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment