From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 74D6C168A3; Thu, 21 Dec 2023 08:27:18 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=bombadil.srs.infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="nioerWnK" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Transfer-Encoding :Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date: Sender:Reply-To:Content-ID:Content-Description; bh=s5bF4a3oGHwRzhZloQgs1py2PtbiD8YbppXPrzeqwbA=; b=nioerWnK9UmuutYnZj7Kp3QwZu gdzZzbiPuJDuIpBGu1tEMOiHeEweD17H3Bf/T+JZpIofNJ9ixWWE8FNTS9isrUb/KsIR6iA/btVEg 44SUTE/EzQqqIkfQnMb0CrHrGV6ofH6Kz9Hpan5cc8JM0GE+X3aTmk+sZ6z2DD8sj9gYtj3mFL3EU Eimb8fbbyl8Kb7NzS973TNxCMeIsX1RiEIUE8f4NG8Ku/K3s17dKpuWvlUBb+XM0ZgDX/64Eyhbdx 0KSaTq/P0Rvrc/bTOCf/KXHtn8c9jvZYpJgsQRdDPNleanbNzKG01TEUYGIDvS/jOvBIKv8UUCOU/ Qfi1RubQ==; Received: from hch by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1rGEOe-0022BA-08; Thu, 21 Dec 2023 08:27:12 +0000 Date: Thu, 21 Dec 2023 00:27:12 -0800 From: Christoph Hellwig To: Ahelenia =?utf-8?Q?Ziemia=C5=84ska?= Cc: Jens Axboe , Christian Brauner , Alexander Viro , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 01/11] splice: copy_splice_read: do the I/O with IOCB_NOWAIT Message-ID: References: Precedence: bulk X-Mailing-List: linux-fsdevel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html On Thu, Dec 21, 2023 at 04:08:45AM +0100, Ahelenia ZiemiaƄska wrote: > Otherwise we risk sleeping with the pipe locked for indeterminate You can't just assume that any ->read_iter support IOCB_NOWAIT.