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)
committerSong Liu <song@kernel.org>
Sun, 3 Jul 2022 14:55:36 +0000 (07:55 -0700)
commit26becbe46497e4161dd486bec66a8e444056e0d8
tree65c4c9415bc64c4db873370e9d67cf784bed209c
parent59c0b25533f0734962462b559ddc49378d2ffb65
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>
drivers/md/raid5-log.h
drivers/md/raid5-ppl.c