]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd69212d3bac835c8719c7368f4e93bf4a2a40369
treeafe256df7b4de7af6d60304322efa36813f2016c
parentb90f8dc66dd800814d2675f0a600954776ec53e0
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