Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse: fuse: destroy bdi on error
This commit is contained in:
Коммит
a6aeeebf51
|
@ -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);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче