]> Git Repo - linux.git/commit - mm/zswap.c
mm/swap: remove the end_write_func argument to __swap_writepage
authorChristoph Hellwig <[email protected]>
Thu, 11 Aug 2022 14:17:41 +0000 (16:17 +0200)
committerAndrew Morton <[email protected]>
Mon, 12 Sep 2022 03:25:50 +0000 (20:25 -0700)
commitcf1e3fe4975c4bd6a6a14428700c5a2c36528a7b
tree82d3940565716b41d8ecee29267baedd39d70734
parentf24263a5a076dae41f3718f368df4fd8bf35888b
mm/swap: remove the end_write_func argument to __swap_writepage

The argument is always set to end_swap_bio_write, so remove the argument
and mark end_swap_bio_write static.

Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Christoph Hellwig <[email protected]>
Cc: Seth Jennings <[email protected]>
Cc: Dan Streetman <[email protected]>
Cc: Vitaly Wool <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
mm/page_io.c
mm/swap.h
mm/zswap.c
This page took 0.058272 seconds and 4 git commands to generate.