ceph: Remove call to PagePrivate2()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 2 Oct 2024 04:01:07 +0000 (05:01 +0100)
committerChristian Brauner <brauner@kernel.org>
Fri, 4 Oct 2024 07:24:25 +0000 (09:24 +0200)
commitfd15ba4cb00a43fb4df42e1f95f94857ad122eea
tree30bcf9451f7b284ba7da206a1ea2091a40e82fd3
parenta6752a6e7fb0537ed9cc22049de06b688821d7b1
ceph: Remove call to PagePrivate2()

Use the folio that we already have to call folio_test_private_2()
instead.  This is the last call to PagePrivate2(), so replace its
PAGEFLAG() definition with FOLIO_FLAG().

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Link: https://lore.kernel.org/r/20241002040111.1023018-6-willy@infradead.org
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/ceph/addr.c
include/linux/page-flags.h