xfs: split inode AG walking into separate code for reclaim
authorDave Chinner <dchinner@redhat.com>
Fri, 24 Sep 2010 08:40:15 +0000 (18:40 +1000)
committerAlex Elder <aelder@sgi.com>
Mon, 18 Oct 2010 20:07:52 +0000 (15:07 -0500)
commit65d0f20533c503b50bd5e7e86434512af7761eea
tree0e04d6898fc0c729886067a3daf79b10a7a19992
parent69d6cc76cff3573ceefda178b75e20878866fdc3
xfs: split inode AG walking into separate code for reclaim

The reclaim walk requires different locking and has a slightly
different walk algorithm, so separate it out so that it can be
optimised separately.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Alex Elder <aelder@sgi.com>
fs/xfs/linux-2.6/xfs_sync.c
fs/xfs/linux-2.6/xfs_sync.h
fs/xfs/linux-2.6/xfs_trace.h
fs/xfs/quota/xfs_qm_syscalls.c
fs/xfs/xfs_mount.c
fs/xfs/xfs_mount.h