]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8e6c12ae2e96abbfac2e5ef5102f97dcac65fe44
treec64b285dfc53091a258319c82571431c25b85921
parentc4b982e6867e42431424bab4e8bc63447f8499e7
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