]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/memcg: Add folio_lruvec_lock() and similar functions
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 29 Jun 2021 01:59:47 +0000 (21:59 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Sat, 14 Aug 2021 03:59:03 +0000 (23:59 -0400)
commiteef636a5c68e5020c943c53ea91980b969e5478a
tree9338af599111d909e464032b7e173262b6dfb92a
parent48a7afc171e464d881314285e844fedf3fd8616e
mm/memcg: Add folio_lruvec_lock() and similar functions

These are the folio equivalents of lock_page_lruvec() and similar
functions.  Also convert lruvec_memcg_debug() to take a folio.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: David Howells <dhowells@redhat.com>
Acked-by: Vlastimil Babka <vbabka@suse.cz>
include/linux/memcontrol.h
mm/compaction.c
mm/huge_memory.c
mm/memcontrol.c
mm/rmap.c
mm/swap.c
mm/vmscan.c