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="cvicX0G+" Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4D4431A4 for ; Wed, 22 Nov 2023 23:48:21 -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=cvicX0G+lhqViXFSVoWb1W0GBy h4dCmlzHu4ExJEAU0hohQ3w5KA/CYnHKTcqGHl+ZQeIRK8zLumz1j0yGYKvvzKBDNg0lk7fXyAmq/ eNb62uc54+Rr4leEE1CDX2utArcbt+t3uZrKBTRdMIYa1w1RhBTP+fX8SBrklbOIbzeeV2xQySP6p +ARL7nkxcrRuW6+kK/cWSAjmv6SWkPGEL+g+QmQTHMZPMPeTW6ZZZwTo4PE7YnH5fJaQjxVHjNler ESy/lUmajBsF6WfUCTkS3MiSB9xLUvqZER8FOFa+/jhYObgdx7UxumZ3Jmx90zX1J6+uX8mdOiZrz MLz4esfA==; Received: from hch by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1r64Rd-0044lk-2Q; Thu, 23 Nov 2023 07:48:17 +0000 Date: Wed, 22 Nov 2023 23:48:17 -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 07/16] remap_range: move file_start_write() to after permission hook Message-ID: References: <20231122122715.2561213-1-amir73il@gmail.com> <20231122122715.2561213-8-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-8-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