We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c54dc6 commit 5005394Copy full SHA for 5005394
mm/huge_memory.c
@@ -2240,8 +2240,6 @@ static void unmap_page(struct page *page)
2240
try_to_migrate(folio, ttu_flags);
2241
else
2242
try_to_unmap(folio, ttu_flags | TTU_IGNORE_MLOCK);
2243
-
2244
- VM_WARN_ON_ONCE_PAGE(page_mapped(page), page);
2245
}
2246
2247
static void remap_page(struct folio *folio, unsigned long nr)
0 commit comments