Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

mm: remove PageOwnerPriv1

While there are many aliases for this flag, nobody actually uses the
*PageOwnerPriv1() nor folio_*_owner_priv_1() accessors. Remove them.

Link: https://lkml.kernel.org/r/20240821193445.2294269-8-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Matthew Wilcox (Oracle) and committed by
Andrew Morton
3026bc1e 99f86bbd

-2
-2
include/linux/page-flags.h
··· 539 539 */ 540 540 PAGEFLAG(Private, private, PF_ANY) 541 541 PAGEFLAG(Private2, private_2, PF_ANY) TESTSCFLAG(Private2, private_2, PF_ANY) 542 - PAGEFLAG(OwnerPriv1, owner_priv_1, PF_ANY) 543 - TESTCLEARFLAG(OwnerPriv1, owner_priv_1, PF_ANY) 544 542 545 543 /* 546 544 * Only test-and-set exist for PG_writeback. The unconditional operators are