diff options
author | 2023-11-08 18:28:08 +0000 | |
---|---|---|
committer | 2023-12-10 16:51:38 -0800 | |
commit | 761d79fbad2a424a240a351b898b54eb674d3bdc (patch) | |
tree | 1eefa4c3c5991798d3b2b2c8f113468b51a6b1d7 /mm/page_alloc.c | |
parent | mm: convert soft_offline_in_use_page() to use a folio (diff) | |
download | wireguard-linux-761d79fbad2a424a240a351b898b54eb674d3bdc.tar.xz wireguard-linux-761d79fbad2a424a240a351b898b54eb674d3bdc.zip |
mm: convert isolate_page() to mf_isolate_folio()
The only caller now has a folio, so pass it in and operate on it. Saves
many page->folio conversions and introduces only one folio->page
conversion when calling isolate_movable_page().
Link: https://lkml.kernel.org/r/20231108182809.602073-6-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Cc: Naoya Horiguchi <naoya.horiguchi@nec.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'mm/page_alloc.c')
0 files changed, 0 insertions, 0 deletions