Revert "mm: remove PG_error"

This reverts commit 09022bc196.
This is commit needs to be reinstated as PG_error is still used by
incfs.

Bug: 367265496
Change-Id: Iaaf98f9d0c3e9d919ba87862fcf249d685b91a91
Signed-off-by: Matthias Maennich <maennich@google.com>
This commit is contained in:
Matthias Maennich
2024-09-29 22:05:56 +00:00
committed by Treehugger Robot
parent e9d92621d7
commit a46d5ea007
4 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
*/
#define KPF_LOCKED 0
#define KPF_ERROR 1 /* Now unused */
#define KPF_ERROR 1
#define KPF_REFERENCED 2
#define KPF_UPTODATE 3
#define KPF_DIRTY 4