Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp5033518ybl; Wed, 22 Jan 2020 09:04:31 -0800 (PST) X-Google-Smtp-Source: APXvYqxLgA3YVeiChkU2h0oeQj8n7zHScId05e8PPEnidnEpZO90jI2eOdEN7EI7rUv6WteygUqG X-Received: by 2002:a05:6830:15a:: with SMTP id j26mr7761790otp.137.1579712671202; Wed, 22 Jan 2020 09:04:31 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1579712671; cv=none; d=google.com; s=arc-20160816; b=NiZOYVgVFUHM0ciEqDI1YV0hjWR5ziNC3S9JmccqunnAjyAG2zDhBwDGAJ7e1g5RZe LLZf86EDz0U/c6hy9r/0VeX1eBRmrcW1YgawUbMIoL4RqIfXfKI/vsjdE+RtVZWl0yuA APIkXyAMsb6To92VoKCTgEJd0F9F7B6tetI2w711Sky2MTwIpirh1Y7D9ylwpRZGEGdq 9wWVgzO3T/AK1TPVyrEZ5BWpC1NZxEkXRr9A/Dvh4VgsbDWOgI+mIf0hqDs1HhmK8KMG 0/3ASZMjVliVDXLaV3KSFhokxxHA4TJOyxopKrzTT2aBRZsukNQ9KOms9KNZiv1OFAJ0 xpFQ== 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=ipjhbP33msefMFEien4M/XLIPRty208FaySCc7c+lww=; b=YTltKjLK5LMeL1E+OdLXbnhuKpYkFvekVOd2kmr8asvV8bRsxUlqaya9mBIEbX0ib/ y+tFeszwLUFlZWndGLti58dvQrrnwAtnfaPFyydMSZ+1HCVAqmItX2aXvbuN+/1ESrXE bBnHob+X8uj23j0SLGtVMHtRbQXTHNXc33fUD2gGG/zqfvlS3Cxco+AylAV+UKngccuE GCfwlfKJx8dZG7Qk76J4EsGrmceaDwA3+bk2rP1RkMCm3JLHQjCxCBQlVAaXZmCJ+5zw cqKy48kh1IJ7RQ67jQliJFLWbeJP2b/CNHRidufIIe96B5odATd86HcJzYeZ6DgQweQC 1meA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-nfs-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-nfs-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 y22si23359722oti.269.2020.01.22.09.04.03; Wed, 22 Jan 2020 09:04:31 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-nfs-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-nfs-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-nfs-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726871AbgAVREC (ORCPT + 99 others); Wed, 22 Jan 2020 12:04:02 -0500 Received: from fieldses.org ([173.255.197.46]:38416 "EHLO fieldses.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725883AbgAVREC (ORCPT ); Wed, 22 Jan 2020 12:04:02 -0500 Received: by fieldses.org (Postfix, from userid 2815) id EC9AF1C89; Wed, 22 Jan 2020 12:04:01 -0500 (EST) Date: Wed, 22 Jan 2020 12:04:01 -0500 From: "J. Bruce Fields" To: Trond Myklebust Cc: "J. Bruce Fields" , linux-nfs@vger.kernel.org Subject: Re: [PATCH 0/9] Fix error reporting for NFS writes Message-ID: <20200122170401.GA3720@fieldses.org> References: <20200106184037.563557-1-trond.myklebust@hammerspace.com> <20200122152751.GD2654@fieldses.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200122152751.GD2654@fieldses.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-nfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org On Wed, Jan 22, 2020 at 10:27:51AM -0500, bfields wrote: > By the way, anyone know how to handle quoted-printable patches? > > For some reason, git-am seems to deal with them, but git-apply doesn't. > So it's fine until there's some minor conflict. (Ended up running them through "tcucodec quote -d". Maybe there's some more obvious solution.) --b.