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)
commitdf6b0e205d1fe3fe1f2e9aaee9fc396b64e1c293
treecfb6f79b93a32485598e835f3129f93716dfb617
parent9734fe7bd53f85206edee58e0271dbf214c2059c
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