]> www.infradead.org Git - users/hch/block.git/commit
fs: Remove ->readpages address space operation
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 30 Mar 2022 14:49:20 +0000 (15:49 +0100)
committerChristoph Hellwig <hch@lst.de>
Thu, 31 Mar 2022 11:58:51 +0000 (13:58 +0200)
commitd8c024974e520131f3fb557f04b378753dd43bf6
treedd721bd6d330733b8a7c50b7456547c9812b25de
parente8cb503375eb46a4b034befea74d038d90144acd
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>
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