From: Dave Chinner Date: Tue, 28 Sep 2010 02:28:19 +0000 (+1000) Subject: xfs: implement batched inode lookups for AG walking X-Git-Tag: v2.6.37-rc1~162^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78ae5256768b91f25ce7a4eb9f56d563e302cc10;p=pandora-kernel.git 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 Reviewed-by: Christoph Hellwig Reviewed-by: Alex Elder --- Reading git-diff-tree failed