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

This reverts commit ace063af70.

Signed-off-by: Chris Li <chrisl@kernel.org>
Bug: 313807618
Bug: 351082780
Change-Id: Ibd1052a757ccf75c27e22bf0f450d3fe6d68eea1
Signed-off-by: Kalesh Singh <kaleshsingh@google.com>
This commit is contained in:
Chris Li 2024-06-25 11:27:00 -07:00 committed by Treehugger Robot
parent 0cd41fbf53
commit d24fe223ea

View File

@ -265,8 +265,6 @@ 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 */
};