diff options
author | Matthew Wilcox (Oracle) | 2021-11-16 21:17:14 -0500 |
---|---|---|
committer | Matthew Wilcox (Oracle) | 2021-11-17 10:36:35 -0500 |
commit | 9c3252152e8a6401c2b9e32490a5a16ec4472778 (patch) | |
tree | 3310b7b6b0a7baabdcbd155bf3543648e0130b8a /mm | |
parent | 522a0032af005502507f5f81ae64fdcc82b5d068 (diff) |
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')
-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 |