blkparse: Allow request tracking on non md/dm devices
authorAndreas Gruenbacher <agruenba@redhat.com>
Mon, 13 Apr 2020 19:01:50 +0000 (21:01 +0200)
committerJens Axboe <axboe@kernel.dk>
Thu, 7 May 2020 18:22:34 +0000 (12:22 -0600)
commit9cd3ca7cd32bd73d7ce787ec733221f4b818bb03
tree84f9b1ad2f7a1ce2b80cdc4fe16bae44ce937271
parent3c667f3c92f0daa58d7d77cb52de3a1b5f283bc6
blkparse: Allow request tracking on non md/dm devices

Fix queue to completion tracking on devices other than md/dm: without this fix,
enabling tracking with the -t option on a non-md/dm device leads to "complete
not found" errors.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
blkparse.c