From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Date: Mon, 11 Jul 2022 06:14:55 +0200 Subject: [Cluster-devel] remove iomap_writepage Message-ID: <20220711041459.1062583-1-hch@lst.de> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi all, this series removes iomap_writepage and it's callers, following what xfs has been doing for a long time. Diffstat: fs/gfs2/aops.c | 26 -------------------------- fs/gfs2/log.c | 2 +- fs/iomap/buffered-io.c | 15 --------------- fs/zonefs/super.c | 8 -------- include/linux/iomap.h | 3 --- 5 files changed, 1 insertion(+), 53 deletions(-)