Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65270
b: refs/heads/master
c: 66b1f1a
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Oct 3, 2007
1 parent d2c7310 commit 742ceb8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: cda6a20b68c1f21f4b4bc9cd3ee08494e7ebf0d5
refs/heads/master: 66b1f1a982bf4dbad9fa0de25b8d95c4936f05c4
4 changes: 3 additions & 1 deletion trunk/fs/ocfs2/localalloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -514,8 +514,10 @@ int ocfs2_reserve_local_alloc_bits(struct ocfs2_super *osb,
ac->ac_bh = osb->local_alloc_bh;
status = 0;
bail:
if (status < 0 && local_alloc_inode)
if (status < 0 && local_alloc_inode) {
mutex_unlock(&local_alloc_inode->i_mutex);
iput(local_alloc_inode);
}

mlog_exit(status);
return status;
Expand Down

0 comments on commit 742ceb8

Please sign in to comment.