fs: Remove ->readpages address space operation
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 24 Mar 2022 01:29:04 +0000 (21:29 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 1 Apr 2022 17:45:33 +0000 (13:45 -0400)
commit704528d895dd3e7b173e672116b4eb2b0a0fceb0
tree2fd71b29ddd4e61c18b5114f94bd5433bbbda00d
parentebf921a9fac38560e0fc3a4381e163a6969efd5a
fs: Remove ->readpages address space operation

All filesystems have now been converted to use ->readahead, so
remove the ->readpages operation and fix all the comments that
used to refer to it.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Al Viro <viro@zeniv.linux.org.uk>
Acked-by: Al Viro <viro@zeniv.linux.org.uk>
15 files changed:
Documentation/filesystems/fsverity.rst
Documentation/filesystems/locking.rst
Documentation/filesystems/vfs.rst
fs/btrfs/reflink.c
fs/cifs/cifssmb.c
fs/cifs/inode.c
fs/crypto/crypto.c
fs/ext4/readpage.c
fs/f2fs/data.c
fs/fuse/fuse_i.h
fs/verity/verify.c
include/linux/fs.h
include/linux/fsverity.h
mm/filemap.c
mm/readahead.c