commit | 8a7b8a89a3ae5b510396cdcc821698d4aa20afcf | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Tue Apr 20 17:01:30 2010 +1000 |
committer | Alex Elder <aelder@sgi.com> | Wed May 19 09:58:14 2010 -0500 |
tree | c64b285dfc53091a258319c82571431c25b85921 | |
parent | 37bc5743fdc29f60fb104cd9031babbabddff25a [diff] |
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>