|
@@ -6586,7 +6586,7 @@ insert:
|
|
* extent causing the -EEXIST.
|
|
* extent causing the -EEXIST.
|
|
*/
|
|
*/
|
|
if (start >= extent_map_end(existing) ||
|
|
if (start >= extent_map_end(existing) ||
|
|
- start + len <= existing->start) {
|
|
|
|
|
|
+ start <= existing->start) {
|
|
/*
|
|
/*
|
|
* The existing extent map is the one nearest to
|
|
* The existing extent map is the one nearest to
|
|
* the [start, start + len) range which overlaps
|
|
* the [start, start + len) range which overlaps
|