diff options
-rw-r--r-- | fs/xfs/quota/xfs_qm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/quota/xfs_qm.c b/fs/xfs/quota/xfs_qm.c index 8699e51cb45e..417e61e3d9dd 100644 --- a/fs/xfs/quota/xfs_qm.c +++ b/fs/xfs/quota/xfs_qm.c | |||
@@ -123,7 +123,7 @@ xfs_Gqm_init(void) | |||
123 | goto out; | 123 | goto out; |
124 | 124 | ||
125 | gdqhash = kmem_zalloc_large(hsize); | 125 | gdqhash = kmem_zalloc_large(hsize); |
126 | if (!udqhash) | 126 | if (!gdqhash) |
127 | goto out_free_udqhash; | 127 | goto out_free_udqhash; |
128 | 128 | ||
129 | hsize /= sizeof(xfs_dqhash_t); | 129 | hsize /= sizeof(xfs_dqhash_t); |