提交 3981f2e2 编写于 作者: A Al Viro

ceph: should use deactivate_locked_super() on failure exits

Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
上级 2ccde7c6
......@@ -952,8 +952,7 @@ static int ceph_get_sb(struct file_system_type *fs_type,
out_splat:
ceph_mdsc_close_sessions(&client->mdsc);
up_write(&sb->s_umount);
deactivate_super(sb);
deactivate_locked_super(sb);
goto out_final;
out:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册