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.2 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 EF776C43603 for ; Thu, 5 Dec 2019 13:45:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CD7E62464D for ; Thu, 5 Dec 2019 13:45:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729577AbfLENp7 (ORCPT ); Thu, 5 Dec 2019 08:45:59 -0500 Received: from mx2.suse.de ([195.135.220.15]:34714 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1729165AbfLENp6 (ORCPT ); Thu, 5 Dec 2019 08:45:58 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 616C0B0A5; Thu, 5 Dec 2019 13:45:57 +0000 (UTC) Received: by ds.suse.cz (Postfix, from userid 10065) id 3671EDA733; Thu, 5 Dec 2019 14:45:52 +0100 (CET) Date: Thu, 5 Dec 2019 14:45:52 +0100 From: David Sterba To: Filipe Manana Cc: dsterba@suse.cz, linux-btrfs Subject: Re: [PATCH] Btrfs: fix cloning range with a hole when using the NO_HOLES feature Message-ID: <20191205134551.GN2734@twin.jikos.cz> Reply-To: dsterba@suse.cz Mail-Followup-To: dsterba@suse.cz, Filipe Manana , linux-btrfs References: <20191119120732.24729-1-fdmanana@kernel.org> <20191125134621.GC2734@twin.jikos.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23.1-rc1 (2014-03-12) Sender: linux-btrfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org On Thu, Dec 05, 2019 at 11:22:57AM +0000, Filipe Manana wrote: > On Mon, Nov 25, 2019 at 1:46 PM David Sterba wrote: > > > > On Tue, Nov 19, 2019 at 12:07:32PM +0000, fdmanana@kernel.org wrote: > > > From: Filipe Manana > > [...] > > > > Added to misc-next, thanks. > > I have an updated version for this. Do you prefer me to send a new > patch version, an incremental full patch or just the diff and then > fold it? I think sending v2 of the patch is easier for you. Thanks.