From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Date: Tue, 3 May 2022 07:21:43 -0700 Subject: [Cluster-devel] [PATCH 2/3] nfs: Pass the file pointer to nfs_symlink_filler() In-Reply-To: <20220502054159.3471078-3-willy@infradead.org> References: <20220502054159.3471078-1-willy@infradead.org> <20220502054159.3471078-3-willy@infradead.org> Message-ID: List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Mon, May 02, 2022 at 06:41:58AM +0100, Matthew Wilcox (Oracle) wrote: > In preparation for unifying the read_cache_page() and read_folio() > implementations, make nfs_symlink_filler() get the inode > from the page instead of passing it in from read_cache_page(). > > Signed-off-by: Matthew Wilcox (Oracle) Looks good: Reviewed-by: Christoph Hellwig