OSDN Git Service

md/raid5: Improve debug prints
authorLogan Gunthorpe <logang@deltatee.com>
Thu, 16 Jun 2022 19:19:44 +0000 (13:19 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 2 Aug 2022 23:14:42 +0000 (17:14 -0600)
commitdf1b620a3e13b682f624c2cbf73e88d825d6d386
tree48a43b0c55ea08030e57353a54e6c2d9f42a5967
parent7e55c60acfbb81b8f3f323e67c2ff32bbcc84215
md/raid5: Improve debug prints

Add a debug print for raid5_make_request() so that each request is
printed and add the logical sector number to the debug print in
__add_stripe_bio().

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