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)
commit493b87e5ed352cf548e6456ddfc36576e28278ea
tree50d7419e1de1f5818906f0e2bb801b616cfa3dc6
parent7747a0b0af5976ba3828796b4f7a7adc3bb76dbd
xfs: fix warnings with CONFIG_XFS_QUOTA disabled

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>
fs/xfs/xfs_quota.h