commit | 215101c36012399cf2eaee849de54eeefc9f618c | [log] [tgz] |
---|---|---|
author | Nathan Scott <nathans@sgi.com> | Thu Sep 28 11:04:43 2006 +1000 |
committer | Tim Shimmin <tes@sgi.com> | Thu Sep 28 11:04:43 2006 +1000 |
tree | 02b4f4e8e312503be9515a2b064528b25ec7d8f2 | |
parent | e132f54ce8660bbf34723cc12cb11e6f61d6fbac [diff] [blame] |
[XFS] Fix kmem_zalloc_greedy warnings on 64 bit platforms. SGI-PV: 955302 SGI-Modid: xfs-linux-melb:xfs-kern:26907a Signed-off-by: Nathan Scott <nathans@sgi.com> Signed-off-by: Tim Shimmin <tes@sgi.com>
diff --git a/fs/xfs/quota/xfs_qm.c b/fs/xfs/quota/xfs_qm.c index 8b2c6cf..7c6a3a5 100644 --- a/fs/xfs/quota/xfs_qm.c +++ b/fs/xfs/quota/xfs_qm.c
@@ -112,7 +112,8 @@ { xfs_dqhash_t *udqhash, *gdqhash; xfs_qm_t *xqm; - uint i, hsize; + size_t hsize; + uint i; /* * Initialize the dquot hash tables.