iomap: Rename page_ops to folio_ops
authorAndreas Gruenbacher <agruenba@redhat.com>
Sun, 15 Jan 2023 16:50:44 +0000 (08:50 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 18 Jan 2023 18:44:05 +0000 (10:44 -0800)
commit471859f57d42537626a56312cfb50cd6acee09ae
tree65cb551662ae2a37cc73665c83f9ce35b74736e6
parentc82abc2394642490da736b1ba78671bbcef81150
iomap: Rename page_ops to folio_ops

The operations in struct page_ops all operate on folios, so rename
struct page_ops to struct folio_ops.

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