From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="HlKMj40K" Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AC437101 for ; Thu, 23 Nov 2023 07:45:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=iFT8VCKuABm8bgfmIp95VUJ5HS5h1w1HBBOMZ5zvrLQ=; b=HlKMj40KXWqUzj4u2KaRj/DckD E7CdUZZfuAx3ZyYNYG9FVpTJEKRFC7UnPT+rzqowMW8fci+GnTxT7FX+lKh+f52VkWcJNn8hEmgQr OgA+XCsd+oImkVs3Uc0jUK2J+doiandcvRCA2wSe5hkIdRhBPZTye19CKF8U9SKu9UfI3GhfN+/LX Wbqnd3/kr0ArQMVe4BUgG6rolhuilgSeKS084ANGuyODPgz7aEKYTDMsinlHAgiTNG+cD6h72HfkS 82kJ3QKLtCDi2w4rOAP5J1J/kSlEvtilYrgTbzEvggLEsxbzoYoEn03TPgSdxmhvuQRuwQXOcsPRq RYxEeJ8Q==; Received: from hch by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1r6Btq-005D1w-37; Thu, 23 Nov 2023 15:45:54 +0000 Date: Thu, 23 Nov 2023 07:45:54 -0800 From: Christoph Hellwig To: Amir Goldstein Cc: Christoph Hellwig , Christian Brauner , Jan Kara , Josef Bacik , David Howells , Jens Axboe , Miklos Szeredi , Al Viro , linux-fsdevel@vger.kernel.org Subject: Re: [PATCH v2 05/16] splice: remove permission hook from iter_file_splice_write() Message-ID: References: <20231122122715.2561213-1-amir73il@gmail.com> <20231122122715.2561213-6-amir73il@gmail.com> 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=us-ascii Content-Disposition: inline In-Reply-To: X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html > Are we open coding call_write_iter() now? > Is that a trend that I am not aware of? I thought we finally agreed on killing the damn thing. I was about to get ready to send a series to kill after wading through the read/write helpers again..