Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67718
b: refs/heads/master
c: 19b613d
h: refs/heads/master
v: v3
  • Loading branch information
Mark Fasheh committed Oct 12, 2007
1 parent 1f7a3fd commit d1aa7d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 015452b15ff6c2d9fa1f82f28d61e7a66e2df86a
refs/heads/master: 19b613d41051296be628581e7e21b847e9eaba80
7 changes: 4 additions & 3 deletions trunk/fs/ocfs2/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -1209,12 +1209,13 @@ static void ocfs2_dismount_volume(struct super_block *sb, int mnt_err)
tmp = ocfs2_request_umount_vote(osb);
if (tmp < 0)
mlog_errno(tmp);
}

if (osb->slot_num != OCFS2_INVALID_SLOT)
ocfs2_put_slot(osb);
if (osb->slot_num != OCFS2_INVALID_SLOT)
ocfs2_put_slot(osb);

if (osb->dlm)
ocfs2_super_unlock(osb, 1);
}

ocfs2_release_system_inodes(osb);

Expand Down

0 comments on commit d1aa7d1

Please sign in to comment.