aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/ceph/super.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/ceph/super.c b/fs/ceph/super.c
index 110857ba9269..9307bbee6fbe 100644
--- a/fs/ceph/super.c
+++ b/fs/ceph/super.c
@@ -952,8 +952,7 @@ static int ceph_get_sb(struct file_system_type *fs_type,
952 952
953out_splat: 953out_splat:
954 ceph_mdsc_close_sessions(&client->mdsc); 954 ceph_mdsc_close_sessions(&client->mdsc);
955 up_write(&sb->s_umount); 955 deactivate_locked_super(sb);
956 deactivate_super(sb);
957 goto out_final; 956 goto out_final;
958 957
959out: 958out: