Btrfs: Remove bogus max_sector warnings from the extent_io code
authorChris Mason <chris.mason@oracle.com>
Thu, 17 Apr 2008 18:08:30 +0000 (14:08 -0400)
committerChris Mason <chris.mason@oracle.com>
Thu, 25 Sep 2008 15:04:02 +0000 (11:04 -0400)
commit41471e8341a6b476bcd8ecc765a8b297c22a74f9
tree7dbca49c1323a94bd0b4656a0346c74beb51025f
parent7bf3b490dfa57bdef5892dffa5021469a0cd2b7f
Btrfs: Remove bogus max_sector warnings from the extent_io code

It was testing the bio before doing logical->physical mapping, so the
test was always wrong.

Signed-off-by: Chris Mason <chris.mason@oracle.com>
fs/btrfs/extent_io.c