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

From: David Wysochanski
Date: Tue Jan 26 2021 - 10:56:01 EST


On Mon, Jan 25, 2021 at 11:01 PM Matthew Wilcox <willy@xxxxxxxxxxxxx> wrote:
>
> 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.
>
Got it, easy enough to change.