]> git.karo-electronics.de Git - linux-beck.git/commit
xfs: remove XFS_DQ_INACTIVE
authorChristoph Hellwig <hch@infradead.org>
Tue, 6 Dec 2011 21:58:16 +0000 (21:58 +0000)
committerBen Myers <bpm@sgi.com>
Tue, 13 Dec 2011 20:55:54 +0000 (14:55 -0600)
commit80a376bfb7f8ff8f1942cb1bdd0052e908918252
treef370553d188065bfa2722b74076ef81b111cd477
parent497507b9ee63499d364ad7149c584285cd925dfc
xfs: remove XFS_DQ_INACTIVE

Free dquots when purging them during umount instead of keeping them around
on the freelist in a degraded state.  The out of order locking in
xfs_qm_dqpurge will be removed again later in this series.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_dquot.c
fs/xfs/xfs_qm.c
fs/xfs/xfs_quota.h