md/raid5: Move stripe_request_ctx up
authorLogan Gunthorpe <logang@deltatee.com>
Wed, 27 Jul 2022 21:05:59 +0000 (15:05 -0600)
committerSong Liu <song@kernel.org>
Thu, 28 Jul 2022 05:50:47 +0000 (22:50 -0700)
commitaf98ca0348d44df3f6c4b77fea0bbf3e2dac171b
tree7b13e5f0697ba55d137a5bcb418425a70a39888f
parent8f4792323a693d73b665a2794fc46e8eb9949bef
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>
drivers/md/raid5.c