]> www.infradead.org Git - users/willy/pagecache.git/commit
ext4: Use folio_end_read()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 18 Jul 2023 19:30:39 +0000 (15:30 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 4 Oct 2023 01:07:32 +0000 (21:07 -0400)
commit69029149afa1191871f56fdb66ce5c6cf807d151
treeba8e7b0e511d39566e0f8f1b4c0f17293fffac5e
parent1d42a9c1dd0ff5e706e16a9b1c99521d0b7187cf
ext4: Use folio_end_read()

folio_end_read() is the perfect fit for ext4.

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