Received: by 2002:a25:e74b:0:0:0:0:0 with SMTP id e72csp803385ybh; Tue, 21 Jul 2020 08:16:56 -0700 (PDT) X-Google-Smtp-Source: ABdhPJy+7ptZptkSXzns9IWzh/Of0FqgE2mcJoGApqmxOWhHBwJ0aqLYAI4Jw9uk4MebhWDWiMfx X-Received: by 2002:a17:906:1db1:: with SMTP id u17mr24923273ejh.72.1595344615893; Tue, 21 Jul 2020 08:16:55 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1595344615; cv=none; d=google.com; s=arc-20160816; b=gcOQEPVRskfMDV4U80PBpZ9A53ghMSZV+/dHSiNRhoS6GLCfItDs856/Q42m1wUVnw 61vqcjOwbXFkdGXjEQJfPVsTRLY0xFNYAYBeYKCmiDt6+JpUmBBNH8CUxUNDJiOG3/cx r7DmjMsvl+7DmtJbt/omL/Sntli2Nx1wr1HQBpXgpHc6dFzcwguak3e3yCuJ7pkQ/WjI cj4K8QCaymexNtiz/yvwqelymDIN4ozMXcrNz2DtbGkigYbAZ7WwLi3AcTgl8viLlcoh vBsCTcZYpd+GkVVo0YCRGRxcinX79y2GhX7mYbLNP+Lx7oT84OW+br1lLyosDguXbmO1 yynA== 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=Cjkb+eWc/41upgg6poEMDAkjxoiq50CTd7NzGdzdyY0=; b=UKEQNvzqTFt6RKtYf9abrHSQ0BLSrEHJRptACrZVKg28Lfz7OVLaX0Tr8MV5s6EeBK HP+BxwlEd2fOZYqENsg95y9K4B5m7ZWXE0aCp5M3YEaRU3zPRf9+vGijLTDB4AIHeTRV lxXBFSxyU5YajuGMb1GvDXJZD+DuBlCUDUo9Z23HvwZda7h0G002YWF1YxHkf4ohFcBJ 68KeK2ZBhbgeniu7P3FWy3KEdshrEjUzXXQ38ryWzI/+Q/3dtKZOnnCBt6fyFKYnTk7l P/Fjh/595CskrJKcs8fSJMFSfe8842r/McoP+TW5R4cSGbJhJdBpf10V2Q0bQ3a0YTVv dvAw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id lc19si11567054ejb.584.2020.07.21.08.16.31; Tue, 21 Jul 2020 08:16:55 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728454AbgGUPQT (ORCPT + 99 others); Tue, 21 Jul 2020 11:16:19 -0400 Received: from verein.lst.de ([213.95.11.211]:52643 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726436AbgGUPQT (ORCPT ); Tue, 21 Jul 2020 11:16:19 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id DA0C068BEB; Tue, 21 Jul 2020 17:16:16 +0200 (CEST) Date: Tue, 21 Jul 2020 17:16:16 +0200 From: Christoph Hellwig To: Matthew Wilcox Cc: Christoph Hellwig , Goldwyn Rodrigues , Dave Chinner , Damien Le Moal , Naohiro Aota , Johannes Thumshirn , linux-btrfs@vger.kernel.org, linux-fsdevel@vger.kernel.org, cluster-devel@redhat.com, linux-ext4@vger.kernel.org, linux-xfs@vger.kernel.org, Michael Kerrisk , linux-man@vger.kernel.org Subject: Re: RFC: iomap write invalidation Message-ID: <20200721151616.GA11074@lst.de> References: <20200713074633.875946-1-hch@lst.de> <20200720215125.bfz7geaftocy4r5l@fiona> <20200721145313.GA9217@lst.de> <20200721150432.GH15516@casper.infradead.org> <20200721150615.GA10330@lst.de> <20200721151437.GI15516@casper.infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200721151437.GI15516@casper.infradead.org> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-ext4-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Tue, Jul 21, 2020 at 04:14:37PM +0100, Matthew Wilcox wrote: > On Tue, Jul 21, 2020 at 05:06:15PM +0200, Christoph Hellwig wrote: > > On Tue, Jul 21, 2020 at 04:04:32PM +0100, Matthew Wilcox wrote: > > > I thought you were going to respin this with EREMCHG changed to ENOTBLK? > > > > Oh, true. I'll do that ASAP. > > Michael, could we add this to manpages? Umm, no. -ENOTBLK is internal - the file systems will retry using buffered I/O and the error shall never escape to userspace (or even the VFS for that matter).