From: Dave Chinner Date: Thu, 24 Jun 2010 01:35:17 +0000 (+1000) Subject: xfs: remove block number from inode lookup code X-Git-Tag: v2.6.35-rc4~4^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b6259e7a83647948fa33a736cc832310c8d85aa;p=pandora-kernel.git xfs: remove block number from inode lookup code The block number comes from bulkstat based inode lookups to shortcut the mapping calculations. We ar enot able to trust anything from bulkstat, so drop the block number as well so that the correct lookups and mappings are always done. Signed-off-by: Dave Chinner Reviewed-by: Christoph Hellwig --- Reading git-diff-tree failed