]> Git Repo - linux.git/commit
mm: free up a word in the first tail page
authorMatthew Wilcox (Oracle) <[email protected]>
Wed, 16 Aug 2023 15:11:58 +0000 (16:11 +0100)
committerAndrew Morton <[email protected]>
Mon, 21 Aug 2023 21:28:45 +0000 (14:28 -0700)
commitebc1baf5c9b46c2240c580a2fd992b2e48606dfa
treec85f3ec8285498ef68bc6f63cdf63825647391d4
parentc704ae9797843402436190a6f094a035237fd012
mm: free up a word in the first tail page

Store the folio order in the low byte of the flags word in the first tail
page.  This frees up the word that was being used to store the order and
dtor bytes previously.

Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Matthew Wilcox (Oracle) <[email protected]>
Cc: David Hildenbrand <[email protected]>
Cc: Jens Axboe <[email protected]>
Cc: Sidhartha Kumar <[email protected]>
Cc: Yanteng Si <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
include/linux/mm.h
include/linux/mm_types.h
include/linux/page-flags.h
kernel/crash_core.c
mm/internal.h
This page took 0.064248 seconds and 4 git commands to generate.