mm: remove PG_error

The PG_error bit is now unused; delete it and free up a bit in
page->flags.

Link: https://lkml.kernel.org/r/20240807193528.1865100-2-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
Matthew Wilcox (Oracle)
2024-08-07 20:35:26 +01:00
committed by Andrew Morton
parent 420e05d0de
commit 09022bc196
4 changed files with 2 additions and 8 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
*/
#define KPF_LOCKED 0
#define KPF_ERROR 1
#define KPF_ERROR 1 /* Now unused */
#define KPF_REFERENCED 2
#define KPF_UPTODATE 3
#define KPF_DIRTY 4