]> git.ipfire.org Git - thirdparty/linux.git/commit
slab: Rename slab->__page_flags to slab->flags
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 11 Jun 2025 15:59:05 +0000 (16:59 +0100)
committerVlastimil Babka <vbabka@suse.cz>
Wed, 18 Jun 2025 11:06:26 +0000 (13:06 +0200)
commit30908096dd8d79b66d987782df04d14e1c907c25
tree8101aa9257b20d6a7deb4452af61d5265c1a8bd5
parent262e086f93026a6633da034f270c4baae47c4706
slab: Rename slab->__page_flags to slab->flags

Slab has its own reasons for using flag bits; they aren't just
the page bits.  Maybe this won't be the ultimate solution, but
we should be clear that these bits are in use.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Link: https://patch.msgid.link/20250611155916.2579160-3-willy@infradead.org
Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
mm/slab.h
mm/slub.c