xfs: remove the per-filesystem list of dquots
authorChristoph Hellwig <hch@lst.de>
Wed, 14 Mar 2012 16:53:34 +0000 (11:53 -0500)
committerBen Myers <bpm@sgi.com>
Wed, 14 Mar 2012 16:53:34 +0000 (11:53 -0500)
Instead of keeping a separate per-filesystem list of dquots we can walk
the radix tree for the two places where we need to iterate all quota
structures.

Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Ben Myers <bpm@sgi.com>

No differences found