]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd0227e29fb6400198651716b3c2262b113fab92e
tree48a43b0c55ea08030e57353a54e6c2d9f42a5967
parent53843dc9902f1e9b55c16cfa058acfd715553575
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