Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200181
b: refs/heads/master
c: 38e712a
h: refs/heads/master
i:
  200179: 6ec9f5e
v: v3
  • Loading branch information
Julia Lawall authored and Alex Elder committed May 28, 2010
1 parent 3aa09d6 commit 8c12090
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: 3bd0946eb157e26240ca858d1a42738b095dc6f3
refs/heads/master: 38e712ab3d28d79725eaade02fe8aba51abac196
4 changes: 3 additions & 1 deletion trunk/fs/xfs/quota/xfs_qm.c
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,10 @@ xfs_qm_hold_quotafs_ref(

if (!xfs_Gqm) {
xfs_Gqm = xfs_Gqm_init();
if (!xfs_Gqm)
if (!xfs_Gqm) {
mutex_unlock(&xfs_Gqm_lock);
return ENOMEM;
}
}

/*
Expand Down

0 comments on commit 8c12090

Please sign in to comment.