iomap: Rename page_done handler to put_folio
authorAndreas Gruenbacher <agruenba@redhat.com>
Sun, 15 Jan 2023 16:45:51 +0000 (08:45 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 18 Jan 2023 18:44:04 +0000 (10:44 -0800)
commit40405dddd98a9a95585482af46b8e269f5ebe5df
treeb63507e3f5397ffaf6efd505df30f919236cb36a
parent80baab88bb93eeaa133b426d24dfc0775a8cf824
iomap: Rename page_done handler to put_folio

The ->page_done() handler in struct iomap_page_ops is now somewhat
misnamed in that it mainly deals with unlocking and putting a folio, so
rename it to ->put_folio().

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
fs/gfs2/bmap.c
fs/iomap/buffered-io.c
include/linux/iomap.h