block: fix a crash caused by wrong API
authorShaohua Li <[email protected]>
Thu, 21 Sep 2017 19:17:16 +0000 (12:17 -0700)
committerJens Axboe <[email protected]>
Mon, 25 Sep 2017 14:56:05 +0000 (08:56 -0600)
commitf5c156c4c29a3d87176dd6e5c099388e187ec29b
tree622e290bba59c70440b761655fe430c884f04c34
parent332391a9935da939319e473b4680e173df75afcf
block: fix a crash caused by wrong API

part_stat_show takes a part device not a disk, so we should use
part_to_disk.

Fixes: d62e26b3ffd2("block: pass in queue to inflight accounting")
Cc: Bart Van Assche <[email protected]>
Cc: Omar Sandoval <[email protected]>
Signed-off-by: Shaohua Li <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
block/partition-generic.c