xfs: fix warnings with CONFIG_XFS_QUOTA disabled
authorChristoph Hellwig <hch@infradead.org>
Fri, 12 Jun 2009 15:34:55 +0000 (11:34 -0400)
committerFelix Blyakher <felixb@sgi.com>
Sat, 13 Jun 2009 02:15:12 +0000 (21:15 -0500)
Fix warnings about unitialized dquot variables by making sure
xfs_qm_vop_dqalloc touches it even when quotas are disabled.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Felix Blyakher <felixb@sgi.com>
Signed-off-by: Felix Blyakher <felixb@sgi.com>

No differences found