]> Git Repo - linux.git/commit - mm/page_io.c
mm: pass a folio to __swap_writepage()
authorMatthew Wilcox (Oracle) <[email protected]>
Wed, 13 Dec 2023 21:58:31 +0000 (21:58 +0000)
committerAndrew Morton <[email protected]>
Fri, 29 Dec 2023 19:58:29 +0000 (11:58 -0800)
commitb99b4e0d9d7f29b428bacd7a61188b2abf340c1e
tree60c002e9731a6a9a911f5783d7b70e7822ce5f59
parent96c7b0b42239e7b8987b2664b458dc74e825f760
mm: pass a folio to __swap_writepage()

Both callers now have a folio, so pass that in instead of the page.
Removes a few hidden calls to compound_head().

Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Matthew Wilcox (Oracle) <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
mm/page_io.c
mm/swap.h
mm/zswap.c
This page took 0.057284 seconds and 4 git commands to generate.