]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ceph: Convert writepage_nounlock() to write_folio_nounlock()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 17 Feb 2025 18:51:13 +0000 (18:51 +0000)
committerChristian Brauner <brauner@kernel.org>
Fri, 28 Feb 2025 10:21:30 +0000 (11:21 +0100)
commit62171c16da6000811e172a76a1f73d132c4697e8
tree157ef685f37122ac3007f04cf0fa31eacd3f120b
parentbaff9740bc8f1a48aba694ac17d5a026b34982de
ceph: Convert writepage_nounlock() to write_folio_nounlock()

Remove references to page->index, page->mapping, thp_size(),
page_offset() and other page APIs in favour of their more efficient
folio replacements.

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