From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Date: Sat, 21 Jan 2023 15:29:27 +0100 Subject: [Cluster-devel] [PATCH] Revert "gfs2: stop using generic_writepages in gfs2_ail1_start_one" In-Reply-To: <20230120141150.1278819-1-agruenba@redhat.com> References: <20230120141150.1278819-1-agruenba@redhat.com> Message-ID: <20230121142927.GB6786@lst.de> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit > + struct address_space *mapping = data; > + int ret = mapping->a_ops->writepage(page, wbc); > + mapping_set_error(mapping, ret); > + return ret; I guess beggars can't be choosers, but is there a chance to directly call the relevant gfs2 writepage methods here instead of the ->writepage call? Otherwise this looks good: Acked-by: Christoph Hellwig