ext4: Use a folio iterator in __read_end_io()
authorMatthew Wilcox <willy@infradead.org>
Fri, 24 Mar 2023 18:01:26 +0000 (18:01 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 6 Apr 2023 17:39:52 +0000 (13:39 -0400)
commitf2b229a8c6c2633c35cb7446cfabea5a6f721edc
tree478eea88993e22ab6b71ed3db62057b7e477ae30
parent9ea0e45bd2f6cbfba787360f5ba8e18deabb7671
ext4: Use a folio iterator in __read_end_io()

Iterate once per folio, not once per page.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Link: https://lore.kernel.org/r/20230324180129.1220691-27-willy@infradead.org
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/readpage.c