]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/filemap.c: convert page_endio() to use a folio
authorShaoqin Huang <shaoqin.huang@intel.com>
Tue, 9 Aug 2022 02:32:56 +0000 (10:32 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Wed, 17 Aug 2022 20:58:28 +0000 (13:58 -0700)
commit775b7bfca2a074fc739a1c8e6344eb87ab20440b
treedc03cde3ecf29f651a307e66bee93a8894a00b66
parente95787a72db865dcfaa677a8df33fe0c163e8c37
mm/filemap.c: convert page_endio() to use a folio

Replace three calls to compound_head() with one.

Link: https://lkml.kernel.org/r/20220809023256.178194-1-shaoqin.huang@intel.com
Signed-off-by: Shaoqin Huang <shaoqin.huang@intel.com>
Cc: Matthew Wilcox <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/filemap.c