commit | 8d599ae1bfc035c38660cdc1a756ae4150d25e01 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.cz> | Tue Apr 30 15:22:23 2013 +0000 |
committer | Josef Bacik <jbacik@fusionio.com> | Fri Jun 14 11:29:15 2013 -0400 |
tree | fd5d6399bc4bf842ab4fb53d084bab4ad030e643 | |
parent | 15b0a89d71ae2573ed1c3b168f08320527eed34e [diff] |
btrfs: add debug check for extent_io range alignment The 'end' value must exactly cover the end of the interval, which means one byte less than the expected block alignment, or in case of a file smaller than one block, one byte less than the inode size. Signed-off-by: David Sterba <dsterba@suse.cz> Signed-off-by: Josef Bacik <jbacik@fusionio.com>