]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ceph: Remove uses of page from ceph_process_folio_batch()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 17 Feb 2025 18:51:15 +0000 (18:51 +0000)
committerChristian Brauner <brauner@kernel.org>
Fri, 28 Feb 2025 10:21:30 +0000 (11:21 +0100)
commita55cf4fd8faea83dbb1ac7a3cb708193e33aa7a1
treef495055e18d1d97ab896191999ae55683cfd087b
parent15fdaf2fd60d76ba72d8e729191e5b6a54a87ad4
ceph: Remove uses of page from ceph_process_folio_batch()

Remove uses of page->index and deprecated page APIs.  Saves a lot of
hidden calls to compound_head().

Also convert is_page_index_contiguous() to is_folio_index_contiguous()
and make its arguments const.

Signed-off-by: "Matthew Wilcox (Oracle)" <willy@infradead.org>
Link: https://lore.kernel.org/r/20250217185119.430193-8-willy@infradead.org
Tested-by: Viacheslav Dubeyko <Slava.Dubeyko@ibm.com>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/ceph/addr.c