]> git.baikalelectronics.ru Git - kernel.git/commit
md/raid5: Move stripe_request_ctx up
authorLogan Gunthorpe <logang@deltatee.com>
Wed, 27 Jul 2022 21:05:59 +0000 (15:05 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 3 Aug 2022 03:08:53 +0000 (21:08 -0600)
commit7aed8e1a5c868122d31896a40b3d4f0798aa5580
treecfb6f79b93a32485598e835f3129f93716dfb617
parent3eed0e83fe9bbfeaa7fc22547fe5e6b3afa3c1b7
md/raid5: Move stripe_request_ctx up

Move stripe_request_ctx up. No functional changes intended.

This will be necessary in the next patch to release the batch_last
in the context before sleeping.

Signed-off-by: Logan Gunthorpe <logang@deltatee.com>
Signed-off-by: Song Liu <song@kernel.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/md/raid5.c