mm: remove 'First tail page' members from struct page
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 11 Jan 2023 14:29:08 +0000 (14:29 +0000)
committerAndrew Morton <akpm@linux-foundation.org>
Fri, 3 Feb 2023 06:32:59 +0000 (22:32 -0800)
commit1c5509be58f636afabbdaf66e7436da8ec0a1828
tree901a2ba6776842ce51b781b0538994b714b94ea8
parent2d678c641a4625d2b1cfeb50d7426fab6d3740b3
mm: remove 'First tail page' members from struct page

All former users now use the folio equivalents, so remove them from the
definition of struct page.

Link: https://lkml.kernel.org/r/20230111142915.1001531-23-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/mm_types.h
kernel/crash_core.c