commit | 3954096d4b1adab6fbb3c26de37ddd4f781e072f | [log] [tgz] |
---|---|---|
author | Alexander Block <ablock84@googlemail.com> | Wed Aug 01 12:46:05 2012 +0200 |
committer | Chris Mason <chris.mason@fusionio.com> | Mon Oct 01 15:18:57 2012 -0400 |
tree | 5f57d6c5acabc8135210278b818052e7104b94b9 | |
parent | 5dc67d0ba915cda01ed3a980502945edf2c46b70 [diff] |
Btrfs: fix check for changed extent in is_extent_unchanged The previous check was working fine, but this check should be easier to read. Also, we could theoritically have some exotic bugs with the previous checks. Signed-off-by: Alexander Block <ablock84@googlemail.com>