From: David Sterba Date: Tue, 30 Apr 2013 15:22:23 +0000 (+0000) Subject: btrfs: add debug check for extent_io range alignment X-Git-Tag: v3.11-rc1~70^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d599ae1bfc035c38660cdc1a756ae4150d25e01;p=pandora-kernel.git 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 Signed-off-by: Josef Bacik --- Reading git-diff-tree failed