Convert NFS from readpages to readahead
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Sat, 22 Jan 2022 20:54:52 +0000 (20:54 +0000)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Fri, 25 Feb 2022 20:07:07 +0000 (15:07 -0500)
commit8786fde8421ce755a842051f9528674a1b1f0b9a
tree1052211ef0a255524ad285c1c1648ad95b1b0d93
parent98c27f276be85a73f0babc61c9f8128b7ef593c6
Convert NFS from readpages to readahead

NFS is one of the last two users of the deprecated ->readpages aop.
This conversion looks straightforward, but I have only compile-tested
it.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
fs/nfs/file.c
fs/nfs/nfstrace.h
fs/nfs/read.c
include/linux/nfs_fs.h