diff options
author | Matthew Wilcox (Oracle) <willy@infradead.org> | 2024-08-07 20:35:26 +0100 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2024-09-01 20:26:05 -0700 |
commit | 09022bc196d23484a7a5d48cf373f8583e3fcf23 (patch) | |
tree | b3cb0ef4cc9b23870736d279a19e29ecdbef4cce /include/trace | |
parent | 420e05d0de18df907ba1c5c077af69e6ae469c9a (diff) | |
download | lwn-09022bc196d23484a7a5d48cf373f8583e3fcf23.tar.gz lwn-09022bc196d23484a7a5d48cf373f8583e3fcf23.zip |
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>
Diffstat (limited to 'include/trace')
-rw-r--r-- | include/trace/events/mmflags.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/trace/events/mmflags.h b/include/trace/events/mmflags.h index b63d211bd141..b5c4da370a50 100644 --- a/include/trace/events/mmflags.h +++ b/include/trace/events/mmflags.h @@ -100,7 +100,6 @@ #define __def_pageflag_names \ DEF_PAGEFLAG_NAME(locked), \ DEF_PAGEFLAG_NAME(waiters), \ - DEF_PAGEFLAG_NAME(error), \ DEF_PAGEFLAG_NAME(referenced), \ DEF_PAGEFLAG_NAME(uptodate), \ DEF_PAGEFLAG_NAME(dirty), \ |