]> www.infradead.org Git - users/hch/misc.git/commit
mm: stop passing a writeback_control structure to swap_writeout
authorChristoph Hellwig <hch@lst.de>
Tue, 6 May 2025 16:08:16 +0000 (18:08 +0200)
committerChristoph Hellwig <hch@lst.de>
Wed, 14 May 2025 04:51:24 +0000 (06:51 +0200)
commitf39f605bff370b9f20a18623f1dd9c9eb64a7ce9
treec8a14b4a29cc774594c985f05caf6a4b11fcaf92
parent07007e0dec106042ccc6ae4d116c7247c12efa0e
mm: stop passing a writeback_control structure to swap_writeout

swap_writeout only needs the swap_iocb cookie from the writeback_control
structure, so pass it explicitly.

Signed-off-by: Christoph Hellwig <hch@lst.de>
include/linux/writeback.h
mm/page_io.c
mm/shmem.c
mm/swap.h
mm/vmscan.c