]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitca15d0bea1c919f6cfe27c603fc7915f78747b51
tree75082eb5593f39baa0ef71b7dd24654f925df73e
parent2b734eaa8e824afc6671e58bdc5dbc37594b99a6
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