diff options
author | Matthew Wilcox (Oracle) <willy@infradead.org> | 2021-11-17 05:17:14 +0300 |
---|---|---|
committer | Matthew Wilcox (Oracle) <willy@infradead.org> | 2021-11-17 18:36:35 +0300 |
commit | 9c3252152e8a6401c2b9e32490a5a16ec4472778 (patch) | |
tree | 3310b7b6b0a7baabdcbd155bf3543648e0130b8a /mm/memcontrol.c | |
parent | 522a0032af005502507f5f81ae64fdcc82b5d068 (diff) | |
download | linux-9c3252152e8a6401c2b9e32490a5a16ec4472778.tar.xz |
mm: Rename folio_test_multi to folio_test_large
This is a better name. Also add kernel-doc.
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Diffstat (limited to 'mm/memcontrol.c')
-rw-r--r-- | mm/memcontrol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/memcontrol.c b/mm/memcontrol.c index 781605e92015..6863a834ed42 100644 --- a/mm/memcontrol.c +++ b/mm/memcontrol.c @@ -5558,7 +5558,7 @@ static int mem_cgroup_move_account(struct page *page, VM_BUG_ON(from == to); VM_BUG_ON_FOLIO(folio_test_lru(folio), folio); - VM_BUG_ON(compound && !folio_test_multi(folio)); + VM_BUG_ON(compound && !folio_test_large(folio)); /* * Prevent mem_cgroup_migrate() from looking at |