Received: by 2002:a25:d7c1:0:0:0:0:0 with SMTP id o184csp1358744ybg; Fri, 18 Oct 2019 16:40:23 -0700 (PDT) X-Google-Smtp-Source: APXvYqzDy0nMFdI/heYM+UrHQnOO7gUD4j/eVAhLVyicDrVg0/1QLIg3V/pHEx1j+tBR6QuzUIca X-Received: by 2002:a17:906:2295:: with SMTP id p21mr11391810eja.8.1571442022986; Fri, 18 Oct 2019 16:40:22 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1571442022; cv=none; d=google.com; s=arc-20160816; b=U+CIKXxdLhtX5mndzXKuN/jKeLaQe8906XfyDfwhxy27qrQ12SEW+93h/6TxDEAkBh DyPS/BYxuapHh+gR6l2zrl5CPWlM8ozxyFcLSHkccldgB4Oc2R7clvHueGOvIynGpI1O /kQYjNDcqb1bJhyLzy/JsZkyz78ffBvJ8QfL1UoDmpP+ALkkZUR/s+vcviw5Vmx/Qgyu FhVyppfQuffOZFG/PCe89yGn/nmU8eBBY9ZgXzw32+hFvKZTYfHKoEvvc3VQnin3EzZ5 fP7B8/2MrNJbJewTDs77uBgQqWx/LVqffaDd2Yw1N6360kjdo7uBUo49oaxwVAEM8xxg Lx4A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=8Yrn/t0Y1mZiRrVBAoiUe0CQeawm2p4UfziPQQe5JHQ=; b=Ry0zpbYn4NMiVXiYG1jjQulNkIBgvaF4gqtPa2fgtUT0tYWgVOefolFzA0cnc6NAIK kH3v3uzzcxRwwcA79j9oMys0ZSO87bBfCRcNcCV7a4oefv6fS9mec1WSZG4sQxcV0f5S jRYjjQsGOoj/wjkR4MJLiHlY+RaA7DOX21lOr6FDlJA3A0V1KVIohDSkNg0k3uD6paPD /FvCdG5jIcnyh0dLVaAIvUM7TQpqU5SULB4evZ9yWVpsgHbUF6mZQwd4NHPy6g9l/X7o 1xTR2q0s0n5qy930pgZjaPXJOJ85X2b9NQj+nRk8Ox9YvCn3WuvcuD/6obiUMNIA8Shd /sEA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id v19si4338940eja.352.2019.10.18.16.40.00; Fri, 18 Oct 2019 16:40:22 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389187AbfJRHUn (ORCPT + 99 others); Fri, 18 Oct 2019 03:20:43 -0400 Received: from verein.lst.de ([213.95.11.211]:45772 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727832AbfJRHUn (ORCPT ); Fri, 18 Oct 2019 03:20:43 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id A78B568BE1; Fri, 18 Oct 2019 09:20:40 +0200 (CEST) Date: Fri, 18 Oct 2019 09:20:40 +0200 From: Christoph Hellwig To: "Darrick J. Wong" Cc: Christoph Hellwig , Damien Le Moal , Andreas Gruenbacher , linux-xfs@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, Dave Chinner Subject: Re: [PATCH 01/14] iomap: iomap that extends beyond EOF should be marked dirty Message-ID: <20191018072040.GB23428@lst.de> References: <20191017175624.30305-1-hch@lst.de> <20191017175624.30305-2-hch@lst.de> <20191017183917.GL13108@magnolia> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191017183917.GL13108@magnolia> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 17, 2019 at 11:39:17AM -0700, Darrick J. Wong wrote: > Looks ok, but need fixes tag. Also, might it be wise to split off the > ext4 section into a separate patch so that it can be backported > separately? I'll let Dave handle all that. I've just pulled it in here as multiple patches conflict with this one.