ANDROID: ABI: mm: swap: reserve cluster according to mount option.

Reserve fields for swap reservation patches; before KMI freeze.

Bug: 313807618
Change-Id: I376d806cf671f687342dbd26af3ccbcfc0ad2a2a
Signed-off-by: Kalesh Singh <kaleshsingh@google.com>
This commit is contained in:
Kalesh Singh
2024-06-13 13:44:11 -07:00
committed by Carlos Llamas
parent 216c128a8c
commit ace063af70

View File

@@ -265,6 +265,8 @@ struct swap_cluster_info {
unsigned int count:12;
unsigned int state:3;
unsigned int order:4;
unsigned int reserved:1;
unsigned int flags:4;
struct list_head list; /* Protected by swap_info_struct->lock */
};