]> www.infradead.org Git - users/willy/linux.git/commit
memcg: Convert object cgroups from struct page to struct slab
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 29 Sep 2021 16:05:14 +0000 (12:05 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 4 Oct 2021 13:29:55 +0000 (09:29 -0400)
commit50b9d99c74127d7b67075497aca966e829a22d9e
tree647d2ddcc3304414de82d85df435765bb1869b79
parent9d78fde6c04b443b63e9a79eeea5bf804f35a8e1
memcg: Convert object cgroups from struct page to struct slab

Now that slab and slub are converted to use struct slab throughout,
convert the memcg infrastructure that they use.

There is a comment in here that I would appreciate being cleared up
before this patch is merged.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
include/linux/memcontrol.h
include/linux/slab_def.h
include/linux/slub_def.h
mm/kasan/common.c
mm/memcontrol.c
mm/slab.c
mm/slab.h
mm/slub.c