Searched hist:e0fccdafc21fb3d47644518f29329d9c130925d5 (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/md/ |
H A D | raid5-log.h | diff e0fccdafc21fb3d47644518f29329d9c130925d5 Wed Jun 08 18:27:48 CEST 2022 Logan Gunthorpe <logang@deltatee.com> 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>
|
H A D | raid5-ppl.c | diff e0fccdafc21fb3d47644518f29329d9c130925d5 Wed Jun 08 18:27:48 CEST 2022 Logan Gunthorpe <logang@deltatee.com> 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>
|