Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64719
b: refs/heads/master
c: 5995cb7
h: refs/heads/master
i:
  64717: f21eb1a
  64715: c749554
  64711: 6fdc69d
  64703: 3cbfc51
v: v3
  • Loading branch information
Eric Sandeen authored and Tim Shimmin committed Sep 5, 2007
1 parent 0c6bfb1 commit 59a842b
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 265c1fac38e37e828df09965406e9cc20bfa3588
refs/heads/master: 5995cb7d805496362e5af73235145667096fbc6f
3 changes: 2 additions & 1 deletion trunk/fs/xfs/quota/xfs_qm.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ xfs_Gqm_init(void)
* Initialize the dquot hash tables.
*/
udqhash = kmem_zalloc_greedy(&hsize,
XFS_QM_HASHSIZE_LOW, XFS_QM_HASHSIZE_HIGH,
XFS_QM_HASHSIZE_LOW * sizeof(xfs_dqhash_t),
XFS_QM_HASHSIZE_HIGH * sizeof(xfs_dqhash_t),
KM_SLEEP | KM_MAYFAIL | KM_LARGE);
gdqhash = kmem_zalloc(hsize, KM_SLEEP | KM_LARGE);
hsize /= sizeof(xfs_dqhash_t);
Expand Down

0 comments on commit 59a842b

Please sign in to comment.