]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
slub: remove use of page->flags
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 26 Mar 2024 17:10:30 +0000 (17:10 +0000)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 26 Apr 2024 03:56:15 +0000 (20:56 -0700)
commit5e0debe012f31d6409b840920d0c37396d32ce30
treef898b8a366ec763aed97d27daf5762f513b75005
parent51718e25c53f58fe9fa515f219367632cce4914d
slub: remove use of page->flags

Use slub->__page_flags instead.  We can also remove the assertion that
it's not a tail page as struct slab never points to a tail page.

Link: https://lkml.kernel.org/r/20240326171045.410737-9-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/slub.c