md/raid5-ppl: Drop unused argument from ppl_handle_flush_request()
authorLogan Gunthorpe <logang@deltatee.com>
Wed, 8 Jun 2022 16:27:48 +0000 (10:27 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 2 Aug 2022 23:14:31 +0000 (17:14 -0600)
commite0fccdafc21fb3d47644518f29329d9c130925d5
tree75082eb5593f39baa0ef71b7dd24654f925df73e
parented0c6a5fbed17baa5e6a004e021e679207a4a033
md/raid5-ppl: Drop unused argument from ppl_handle_flush_request()

ppl_handle_flush_request() takes an struct r5log argument but doesn't
use it. It has no buisiness taking this argument as it is only used
by raid5-cache and has no way to derference it anyway. Remove
the argument.

No functional changes intended.

Signed-off-by: Logan Gunthorpe <logang@deltatee.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Song Liu <song@kernel.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/md/raid5-log.h
drivers/md/raid5-ppl.c