Re: [PATCH 25/32] NFS: Clean up nfs_readpage() and nfs_readpages()

From: Matthew Wilcox
Date: Tue Jan 26 2021 - 05:59:44 EST


On Mon, Jan 25, 2021 at 09:35:49PM +0000, David Howells wrote:
> -int nfs_readpage(struct file *file, struct page *page)
> +int nfs_readpage(struct file *filp, struct page *page)

I appreciate we're inconsistent between file and filp, but we're actually
moving more towards file than filp.