aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/ocfs2/super.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/fs/ocfs2/super.c b/fs/ocfs2/super.c
index c034b5129c1e..19436d1ff57f 100644
--- a/fs/ocfs2/super.c
+++ b/fs/ocfs2/super.c
@@ -1209,12 +1209,13 @@ static void ocfs2_dismount_volume(struct super_block *sb, int mnt_err)
1209 tmp = ocfs2_request_umount_vote(osb); 1209 tmp = ocfs2_request_umount_vote(osb);
1210 if (tmp < 0) 1210 if (tmp < 0)
1211 mlog_errno(tmp); 1211 mlog_errno(tmp);
1212 }
1212 1213
1213 if (osb->slot_num != OCFS2_INVALID_SLOT) 1214 if (osb->slot_num != OCFS2_INVALID_SLOT)
1214 ocfs2_put_slot(osb); 1215 ocfs2_put_slot(osb);
1215 1216
1217 if (osb->dlm)
1216 ocfs2_super_unlock(osb, 1); 1218 ocfs2_super_unlock(osb, 1);
1217 }
1218 1219
1219 ocfs2_release_system_inodes(osb); 1220 ocfs2_release_system_inodes(osb);
1220 1221