Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181826
b: refs/heads/master
c: d67b1b0
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Alex Elder committed Feb 13, 2010
1 parent e6fd0df commit d650072
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 180040b89ee2aed88c0a0b1fcf7ada9a512b12e3
refs/heads/master: d67b1b03254c501fef371b0e5916c94a52bfc2c5
2 changes: 1 addition & 1 deletion trunk/fs/xfs/quota/xfs_qm.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ xfs_Gqm_init(void)
goto out;

gdqhash = kmem_zalloc_large(hsize);
if (!udqhash)
if (!gdqhash)
goto out_free_udqhash;

hsize /= sizeof(xfs_dqhash_t);
Expand Down

0 comments on commit d650072

Please sign in to comment.