]> git.ipfire.org Git - thirdparty/linux.git/commit - include/linux/fs.h
fs: Introduce aops->read_folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 29 Apr 2022 12:43:23 +0000 (08:43 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 9 May 2022 20:21:40 +0000 (16:21 -0400)
commit5efe7448a1426250b5747c10ad438517f44f1e51
treeafe256df7b4de7af6d60304322efa36813f2016c
parent6c2ae0d5db57d772a11f2d7399da5e22f94767d6
fs: Introduce aops->read_folio

Change all the callers of ->readpage to call ->read_folio in preference,
if it exists.  This is a transitional duplication, and will be removed
by the end of the series.

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/readahead.c
mm/swapfile.c