]> bbs.cooldavid.org Git - net-next-2.6.git/commit
xfs: implement batched inode lookups for AG walking
authorDave Chinner <dchinner@redhat.com>
Tue, 28 Sep 2010 02:28:19 +0000 (12:28 +1000)
committerAlex Elder <aelder@sgi.com>
Mon, 18 Oct 2010 20:07:53 +0000 (15:07 -0500)
commit78ae5256768b91f25ce7a4eb9f56d563e302cc10
tree73b03ac578c2cb572fdef6d9be5788eee98076b1
parente13de955ca67b0bd1cec9a2f9352a3053065bf7f
xfs: implement batched inode lookups for AG walking

With the reclaim code separated from the generic walking code, it is
simple to implement batched lookups for the generic walk code.
Separate out the inode validation from the execute operations and
modify the tree lookups to get a batch of inodes at a time.

Reclaim operations will 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