]> www.infradead.org Git - users/willy/pagecache.git/commit
iomap: Support THPs in readpage
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 9 Sep 2020 03:31:35 +0000 (23:31 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 25 Nov 2020 02:00:19 +0000 (21:00 -0500)
commit6c1d88f594937672bb501cd5beacbbfd40aab10c
treea6ca5344d5ffa19ad159fe86cdb6eadbd98b40b1
parent9b22e4da0aa005d5266b15eef309df27253776fb
iomap: Support THPs in readpage

The VFS only calls readpage if readahead has encountered an error.
Assume that any error requires the page to be split, and attempt to
do so.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
fs/iomap/buffered-io.c