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)
commitb84a3a96751f93071c1863f2962273973c8b8f5e
tree26409cbc65a9b4457e6c52e90879361fc42d2386
parent9f920f116426806bfa34c1422742e1bf7b7a2b4b
xfs: remove the per-filesystem list of dquots

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>
fs/xfs/xfs_dquot.c
fs/xfs/xfs_dquot.h
fs/xfs/xfs_qm.c
fs/xfs/xfs_qm.h
fs/xfs/xfs_qm_syscalls.c
This page took 0.039993 seconds and 5 git commands to generate.