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)
committerJens Axboe <axboe@kernel.dk>
Tue, 2 Aug 2022 23:14:42 +0000 (17:14 -0600)
commit4f35456076e1b63630f38879efb7db623906e1e8
treedd86b3e08c9183d23580f86b41b5da2b52185abf
parent1cdb5b417092614851a17e14eefc42e0ed7ebd1b
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>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/md/raid5.c