]> git.karo-electronics.de Git - mv-sheeva.git/commit
Btrfs: Fix extent bit range testing
authorChris Mason <chris.mason@oracle.com>
Sun, 11 Nov 2007 13:22:00 +0000 (08:22 -0500)
committerChris Mason <chris.mason@oracle.com>
Thu, 25 Sep 2008 15:03:57 +0000 (11:03 -0400)
commit0591fb56fb732c7bf500d1446d0bf927046d7002
treeab2476ebe645d6243fb7c92d567765e96b4e822f
parent3ab2fb5a8cb003897016b6eb38ddad916226c1b2
Btrfs: Fix extent bit range testing

It could return the bit as set when there was actually a hole at the
very end of the range.

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