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="09i1mfaG" Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8E01BE7 for ; Wed, 22 Nov 2023 23:47:57 -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=M7NmYC/Iylm9myghHwqILim55SAUt9QrM+UZYk0eJlw=; b=09i1mfaGzn4g2RzmT5NH+yCxZy mnXNjmAIIbyaEW0XP+Vhkvwc2ZuDiTD5ZcIQfn8O5uXtbCky2aatDX0gKvE0p4uR1lVrihSqYXDZC yYVGG1e8HPmUWfmznjg2g5V1pw2IjA39gi9WtDe1Um7wYffZk3TLp6c/O5txZXSwqEw7lbZjn5xLp DEYZ2+g6mv+GHBlBVvnaT1T+gxPyM1FKxBFNss1nSGbCxWT5EfWVI9fi9Gq+ULMaVmIbUpSJZ6C/j mI3jwX5PWWIl8igxTUEU7VZ3YU+RmXSCi1Qc7Pq95KIHOmkJO20FMwOXsOp5LBdQVR44wtVUyMIJK xVgH6qQA==; Received: from hch by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1r64RF-0044ix-2c; Thu, 23 Nov 2023 07:47:53 +0000 Date: Wed, 22 Nov 2023 23:47:53 -0800 From: Christoph Hellwig To: Amir Goldstein Cc: Christian Brauner , Jan Kara , Josef Bacik , David Howells , Jens Axboe , Miklos Szeredi , Al Viro , linux-fsdevel@vger.kernel.org Subject: Re: [PATCH v2 06/16] remap_range: move permission hooks out of do_clone_file_range() Message-ID: References: <20231122122715.2561213-1-amir73il@gmail.com> <20231122122715.2561213-7-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: <20231122122715.2561213-7-amir73il@gmail.com> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Looks good: Reviewed-by: Christoph Hellwig