From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 397853D39F for ; Thu, 23 Nov 2023 17:56:21 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="jgn4XzcM" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 72BAEC433C7; Thu, 23 Nov 2023 17:56:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1700762181; bh=iN0GKxUWpjlZifZZDlclhiRokCXf0Vyhyx7QT0dJjjM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=jgn4XzcMqWfYjAMRA3pAIqsStobTSRjAGfs61eaoA4EcOb9K91HH9B8GB+HzkuxOz 3GgTTDCqII42vgVcO96CCGcg37NZxjFoM1BwAV78fOh3UmtO1yF1PKTnjtDysbnu71 uYZtLqYRadkkWsY5p++eXaNorcv6X4Esi3qde6r9CwfGVMtuQIfjhjSIAqtKHdhJC0 wKbzKpz7FJyRqHKIWpy73kc7SuOih+VJPCeLoXp6kLJXfQaH1WzvrQbqaaWH5NgW5N 1RpzhmUmOJ5K/1p5sURLye+w7vo2TpEFkU3ml9+XvmBuZzM3sIopOtL1rwxoA38Eo3 URnrS6eWlMlJQ== Date: Thu, 23 Nov 2023 18:56:16 +0100 From: Christian Brauner To: Amir Goldstein Cc: Christoph Hellwig , 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: <20231123-geeicht-seegang-4a12e43cc8eb@brauner> References: <20231122122715.2561213-1-amir73il@gmail.com> <20231122122715.2561213-6-amir73il@gmail.com> <20231123-geboren-deutlich-b5efc843f530@brauner> 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 In-Reply-To: > Stating the obvious - please don't forget to edit the commit message > removing mention of the helper. Done. See vfs.rw.