Skip to content
Snippets Groups Projects
Commit a6aeeebf authored by Linus Torvalds's avatar Linus Torvalds
Browse files
parents f6cab83d fd9db729
No related branches found
No related tags found
No related merge requests found
...@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment