commit | a8c450b211c010ac55190da23ceb6b39b393f411 | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Mon Sep 10 20:00:27 2007 -0400 |
committer | David Woodhouse <dwmw2@hera.kernel.org> | Mon Sep 10 20:00:27 2007 -0400 |
tree | 0582abbf328a9635fd49b8165e102715e8f9c470 | |
parent | 011410bd859a481a335d7db1fb559542c5663fd5 [diff] |
Btrfs: Reorder tests in set_extent_bit to properly find holes Yan Zheng noticed that set_extent_bit was exiting too early when there was a hole in the map. The fix is to reorder the tests to check for the hole first. Signed-off-by: Chris Mason <chris.mason@oracle.com>