]> Git Repo - linux.git/commit
fs: Introduce aops->read_folio
authorMatthew Wilcox (Oracle) <[email protected]>
Fri, 29 Apr 2022 12:43:23 +0000 (08:43 -0400)
committerMatthew Wilcox (Oracle) <[email protected]>
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) <[email protected]>
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
This page took 0.059878 seconds and 4 git commands to generate.