commit | 7b6259e7a83647948fa33a736cc832310c8d85aa | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Thu Jun 24 11:35:17 2010 +1000 |
committer | Dave Chinner <david@fromorbit.com> | Thu Jun 24 11:35:17 2010 +1000 |
tree | 99bb872b179a93f5e32b51f312029abb1237b055 | |
parent | 1920779e67cbf5ea8afef317777c5bf2b8096188 [diff] |
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 <dchinner@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de>