]> www.infradead.org Git - users/willy/pagecache.git/commit
mm/filemap: Use a folio in page_endio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Sat, 13 Mar 2021 04:20:56 +0000 (23:20 -0500)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 28 Sep 2021 16:45:40 +0000 (12:45 -0400)
commit37ff50ca1bce58c5f37f5473a79358cc81144e4f
tree4d92b6c68ce721befa03bec32c45cfca3b420ddf
parentdf5f333bc0a0610eab24a948e90fad278c882a07
mm/filemap: Use a folio in page_endio

This removes a call to compound_head(), saving 12 bytes of text.

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