]> www.infradead.org Git - users/willy/pagecache.git/commit
iomap: Use folio_end_read()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 19 Jul 2023 14:59:07 +0000 (10:59 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 4 Oct 2023 01:07:32 +0000 (21:07 -0400)
commit425d674854aaf14c16f84428bf30e64021a54128
tree98878ed3d8653f17d34dc95c536fc7d085773ac6
parent213e167fddfcb700e6e02aa104384c7b9c7d3ec8
iomap: Use folio_end_read()

Combine the setting of the uptodate flag with the clearing of the
locked flag.

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