From: Christoph Hellwig Date: Wed, 23 Jun 2010 08:11:11 +0000 (+1000) Subject: xfs: always use iget in bulkstat X-Git-Tag: v2.6.35-rc4~4^2~3 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7dce11dbac54fce777eea0f5fb25b2694ccd7900;p=pandora-kernel.git xfs: always use iget in bulkstat The non-coherent bulkstat versionsthat look directly at the inode buffers causes various problems with performance optimizations that make increased use of just logging inodes. This patch makes bulkstat always use iget, which should be fast enough for normal use with the radix-tree based inode cache introduced a while ago. Signed-off-by: Christoph Hellwig Reviewed-by: Dave Chinner --- Reading git-diff-tree failed