commit | 354877befa852e9b62ddc92a6cc017210e982d46 | [log] [tgz] |
---|---|---|
author | Wang Shilong <wangsl.fnst@cn.fujitsu.com> | Thu Jul 17 11:44:11 2014 +0800 |
committer | Chris Mason <clm@fb.com> | Wed Sep 17 13:37:39 2014 -0700 |
tree | 2b10b2f8bd487eae38f0d8a82d5ba7bbd6548136 | |
parent | 7816030eb48e00a36ecdc23d484b960922feee67 [diff] |
Btrfs: fix off-by-one in cow_file_range_inline() Btrfs could still inline file data if its size is same as page size, so don't skip max value here. Signed-off-by: Wang Shilong <wangsl.fnst@cn.fujitsu.com> Reviewed-by: David Sterba <dsterba@suse.cz> Signed-off-by: Chris Mason <clm@fb.com>