forked from luck/tmp_suning_uos_patched
ceph: should use deactivate_locked_super() on failure exits
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
2ccde7c631
commit
3981f2e2a0
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user