From: Chris Mason Date: Tue, 11 Sep 2007 00:00:27 +0000 (-0400) Subject: Btrfs: Reorder tests in set_extent_bit to properly find holes X-Git-Tag: v2.6.29-rc1~27^2~9^2~55^2~56^2~30^2~496 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8c450b211c010ac55190da23ceb6b39b393f411;p=pandora-kernel.git 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 --- Reading git-diff-tree failed