From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Date: Fri, 25 May 2018 14:24:24 +0200 Subject: [Cluster-devel] gfs2 iomap: BUG_ON(buffer_unmapped) in submit_bh_wbc In-Reply-To: References: <20180524181333.GA24254@lst.de> Message-ID: <20180525122424.GA23190@lst.de> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Thu, May 24, 2018 at 08:25:55PM +0200, Andreas Gruenbacher wrote: > Didn't get very far with your bh removal patches so far. I think we could probably lift the whole XFS writeback code to iomap.c once it stabilizes a little. It just needs to use struct iomap instead of the xfs-specific xfs_bmbt_irec, and the file system would have to provide the map_blocks and end_io hooks.