]> www.infradead.org Git - users/willy/pagecache.git/commit
mm: Add folio_end_read()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Sun, 30 Jul 2023 03:12:00 +0000 (23:12 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 4 Oct 2023 01:07:28 +0000 (21:07 -0400)
commit1d42a9c1dd0ff5e706e16a9b1c99521d0b7187cf
tree080f76163b6061881ff4c41648a8690ccd29f60f
parentac05510ec7a4e7c0b745b44ceabef940f3d95cb9
mm: Add folio_end_read()

Provide a function for filesystems to call when they have finished
reading an entire folio.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
include/linux/pagemap.h
mm/filemap.c