xfs: access quotainfo structure directly
authorChristoph Hellwig <hch@infradead.org>
Tue, 20 Apr 2010 07:01:30 +0000 (17:01 +1000)
committerAlex Elder <aelder@sgi.com>
Wed, 19 May 2010 14:58:14 +0000 (09:58 -0500)
commit8a7b8a89a3ae5b510396cdcc821698d4aa20afcf
treec64b285dfc53091a258319c82571431c25b85921
parent37bc5743fdc29f60fb104cd9031babbabddff25a
xfs: access quotainfo structure directly

Access fields in m_quotainfo directly instead of hiding them behind the
XFS_QI_* macros.  Add local variables for the quotainfo pointer in places
where we have lots of them.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <david@fromorbit.com>
fs/xfs/quota/xfs_dquot.c
fs/xfs/quota/xfs_dquot_item.c
fs/xfs/quota/xfs_qm.c
fs/xfs/quota/xfs_qm_syscalls.c
fs/xfs/quota/xfs_quota_priv.h
fs/xfs/quota/xfs_trans_dquot.c