md/raid5: Improve debug prints
authorLogan Gunthorpe <logang@deltatee.com>
Thu, 16 Jun 2022 19:19:44 +0000 (13:19 -0600)
committerSong Liu <song@kernel.org>
Sun, 3 Jul 2022 14:55:43 +0000 (07:55 -0700)
commita3906874f1f5fbfbc02a18bc653070d5056b9b44
tree5056c1dd8700cec38c4d81015ae72c49d25506be
parenta5b9c6a653fb608220f68069635a265132172400
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>
drivers/md/raid5.c