]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd6238a0016802978dcd95793a7a49fd7fdb6de3d
tree1052211ef0a255524ad285c1c1648ad95b1b0d93
parent66ae702b6eebee005bc999192c3c2e763d5efe8b
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