From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2DE2EC31E40 for ; Tue, 6 Aug 2019 05:30:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0D664216F4 for ; Tue, 6 Aug 2019 05:30:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726711AbfHFFaf (ORCPT ); Tue, 6 Aug 2019 01:30:35 -0400 Received: from verein.lst.de ([213.95.11.211]:53209 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726077AbfHFFaf (ORCPT ); Tue, 6 Aug 2019 01:30:35 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id CF24068B05; Tue, 6 Aug 2019 07:30:31 +0200 (CEST) Date: Tue, 6 Aug 2019 07:30:31 +0200 From: Christoph Hellwig To: Andreas Gruenbacher Cc: Christoph Hellwig , "Darrick J . Wong" , linux-xfs@vger.kernel.org, linux-fsdevel , cluster-devel Subject: Re: [PATCH 15/15] gfs2: use iomap for buffered I/O in ordered and writeback mode Message-ID: <20190806053031.GD13409@lst.de> References: <20190701215439.19162-1-hch@lst.de> <20190701215439.19162-16-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org On Mon, Aug 05, 2019 at 02:27:21PM +0200, Andreas Gruenbacher wrote: > Christoph, > > thanks again for this patch and the rest of the patch queue. There's > one minor bug here (see below). With that and the gfs2_walk_metadata > fix I've just posted to cluster-devel, this is now all working nicely. Skipping through the full quote this was a missing set_page_dirty, right? Looks fine to me and sorry for messing this up.