md/raid5: Move read_seqcount_begin() into make_stripe_request()
authorLogan Gunthorpe <logang@deltatee.com>
Thu, 16 Jun 2022 19:19:38 +0000 (13:19 -0600)
committerSong Liu <song@kernel.org>
Sun, 3 Jul 2022 14:55:41 +0000 (07:55 -0700)
commit0647deafbf6362b2cbf5fa7fb0cbc2fdcb85a915
tree469b43ad1f9a08ced142837589cae9b0bedeb588
parent7f181f7bfeb86dccc62ef9747a859fd3144087fd
md/raid5: Move read_seqcount_begin() into make_stripe_request()

Now that prepare_to_wait() isn't in the way, move read_sequcount_begin()
into make_stripe_request().

No functional changes intended.

Signed-off-by: Logan Gunthorpe <logang@deltatee.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Guoqing Jiang <guoqing.jiang@linux.dev>
Signed-off-by: Song Liu <song@kernel.org>
drivers/md/raid5.c