[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>
This commit is contained in:

committed by
Tim Shimmin

parent
e132f54ce8
commit
215101c360
@@ -112,7 +112,8 @@ xfs_Gqm_init(void)
|
||||
{
|
||||
xfs_dqhash_t *udqhash, *gdqhash;
|
||||
xfs_qm_t *xqm;
|
||||
uint i, hsize;
|
||||
size_t hsize;
|
||||
uint i;
|
||||
|
||||
/*
|
||||
* Initialize the dquot hash tables.
|
||||
|
Reference in New Issue
Block a user