We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a38117b commit a04d5f8Copy full SHA for a04d5f8
include/linux/page-flags.h
@@ -554,7 +554,7 @@ FOLIO_FLAG(owner_2, FOLIO_HEAD_PAGE)
554
*/
555
TESTPAGEFLAG(Writeback, writeback, PF_NO_TAIL)
556
TESTSCFLAG(Writeback, writeback, PF_NO_TAIL)
557
-PAGEFLAG(MappedToDisk, mappedtodisk, PF_NO_TAIL)
+FOLIO_FLAG(mappedtodisk, FOLIO_HEAD_PAGE)
558
559
/* PG_readahead is only used for reads; PG_reclaim is only for writes */
560
PAGEFLAG(Reclaim, reclaim, PF_NO_TAIL)
0 commit comments