From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from verein.lst.de ([213.95.11.211]:36546 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966646AbeEYMSp (ORCPT ); Fri, 25 May 2018 08:18:45 -0400 Date: Fri, 25 May 2018 14:24:24 +0200 From: Christoph Hellwig To: Andreas Gruenbacher Cc: Christoph Hellwig , "K.V, Aneesh" , cluster-devel , linux-fsdevel Subject: Re: gfs2 iomap: BUG_ON(buffer_unmapped) in submit_bh_wbc Message-ID: <20180525122424.GA23190@lst.de> References: <20180524181333.GA24254@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-fsdevel-owner@vger.kernel.org List-ID: 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.