|
|
@@ -659,7 +659,7 @@ struct page *dax_layout_busy_page(struct address_space *mapping)
|
|
|
* guaranteed to either see new references or prevent new
|
|
|
* references from being established.
|
|
|
*/
|
|
|
- unmap_mapping_range(mapping, 0, 0, 1);
|
|
|
+ unmap_mapping_range(mapping, 0, 0, 0);
|
|
|
|
|
|
while (index < end && pagevec_lookup_entries(&pvec, mapping, index,
|
|
|
min(end - index, (pgoff_t)PAGEVEC_SIZE),
|