mm,fs: Remove aops->readpage
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 29 Apr 2022 15:53:28 +0000 (11:53 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 9 May 2022 20:28:36 +0000 (16:28 -0400)
commit7e0a126519b82648b254afcd95a168c15f65ea40
tree7848ec4f08bb1c2a0effddb4ffa12a978cfe0e1f
parent0f312591d656c1d81bf2cf2a5642af478397a5dc
mm,fs: Remove aops->readpage

With all implementations of aops->readpage converted to aops->read_folio,
we can stop checking whether it's set and remove the member from aops.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
fs/btrfs/file.c
fs/buffer.c
fs/ceph/addr.c
include/linux/fs.h
kernel/events/uprobes.c
mm/filemap.c
mm/memory.c
mm/readahead.c
mm/shmem.c
mm/swapfile.c