aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mm/filemap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/filemap.c b/mm/filemap.c
index 9a50acecc473..779801092ef1 100644
--- a/mm/filemap.c
+++ b/mm/filemap.c
@@ -144,7 +144,7 @@ static int page_cache_tree_insert(struct address_space *mapping,
144 workingset_node_pages_dec(node); 144 workingset_node_pages_dec(node);
145 /* Wakeup waiters for exceptional entry lock */ 145 /* Wakeup waiters for exceptional entry lock */
146 dax_wake_mapping_entry_waiter(mapping, page->index, 146 dax_wake_mapping_entry_waiter(mapping, page->index,
147 false); 147 true);
148 } 148 }
149 } 149 }
150 radix_tree_replace_slot(slot, page); 150 radix_tree_replace_slot(slot, page);