]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ceph: Convert ceph_move_dirty_page_in_page_array() to move_dirty_folio_in_page_array()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 17 Feb 2025 18:51:16 +0000 (18:51 +0000)
committerChristian Brauner <brauner@kernel.org>
Fri, 28 Feb 2025 10:21:31 +0000 (11:21 +0100)
commitad49fe2b3d54fe657756e1dbf0acb5ed9cf5c576
treecf4d0c6f231222dfeef2eea25f404c55e313ec97
parenta55cf4fd8faea83dbb1ac7a3cb708193e33aa7a1
ceph: Convert ceph_move_dirty_page_in_page_array() to move_dirty_folio_in_page_array()

Shorten the name of this internal function by dropping the 'ceph_'
prefix and pass in a folio instead of a page.

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