commit | 32be3a1ac6d09576c57063c6c350ca36eaebdbd3 | [log] [tgz] |
---|---|---|
author | Qu Wenruo <quwenruo@cn.fujitsu.com> | Mon Sep 22 09:13:03 2014 +0800 |
committer | Chris Mason <clm@fb.com> | Fri Oct 03 16:14:58 2014 -0700 |
tree | f0b6892b848e7299ac2b26b47e786335aac13854 | |
parent | bbe9051441effce51c9a533d2c56440df64db2d7 [diff] |
btrfs: Fix the wrong condition judgment about subset extent map Previous commit: btrfs: Fix and enhance merge_extent_mapping() to insert best fitted extent map is using wrong condition to judgement whether the range is a subset of a existing extent map. This may cause bug in btrfs no-holes mode. This patch will correct the judgment and fix the bug. Signed-off-by: Qu Wenruo <quwenruo@cn.fujitsu.com> Signed-off-by: Chris Mason <clm@fb.com>