From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bombadil.infradead.org ([198.137.202.9]:45122 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752060AbbJNSZZ (ORCPT ); Wed, 14 Oct 2015 14:25:25 -0400 Date: Wed, 14 Oct 2015 11:25:23 -0700 From: Christoph Hellwig To: Anna Schumaker Cc: Christoph Hellwig , linux-nfs@vger.kernel.org, linux-btrfs@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-api@vger.kernel.org, zab@zabbo.net, viro@zeniv.linux.org.uk, clm@fb.com, darrick.wong@oracle.com, mtk.manpages@gmail.com, andros@netapp.com Subject: Re: [PATCH v5 5/9] vfs: Copy shouldn't forbid ranges inside the same file Message-ID: <20151014182523.GA31225@infradead.org> References: <1443634014-3026-1-git-send-email-Anna.Schumaker@Netapp.com> <1443634014-3026-6-git-send-email-Anna.Schumaker@Netapp.com> <20151011142233.GC31867@infradead.org> <561E92C9.7040205@Netapp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <561E92C9.7040205@Netapp.com> Sender: linux-btrfs-owner@vger.kernel.org List-ID: On Wed, Oct 14, 2015 at 01:37:13PM -0400, Anna Schumaker wrote: > I would have folded this and patch 4 earlier if I had written patch 1, > but I didn't feel comfortable modifying Zach's work too much. I can > make that change if it's not really a problem. Folding the changes is perfectly fine, just make it clear you changed it, e.g. Signed-off-by: Original Author [anna: fixed foo & bar, rewrote changelog] Signed-off-by: Anna Schumaker