block: make part_in_flight() take an array of two ints
authorJens Axboe <axboe@kernel.dk>
Tue, 8 Aug 2017 23:49:47 +0000 (17:49 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 8 Aug 2017 23:49:47 +0000 (17:49 -0600)
commit896528ffb18f0bc59aa34468d046cb97d5cded37
tree5632a7448f1e3a6d07f69b94c5df826782ce779b
parent690187f8dde982069c5defcd6e3b5db78db6076f
block: make part_in_flight() take an array of two ints

Instead of returning the count that matches the partition, pass
in an array of two ints. Index 0 will be filled with the inflight
count for the partition in question, and index 1 will filled
with the root inflight count, if the partition passed in is not the
root.

This is in preparation for being able to calculate both in one
go.

Reviewed-by: Bart Van Assche <bart.vanassche@wdc.com>
Reviewed-by: Omar Sandoval <osandov@fb.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-core.c
block/genhd.c
block/partition-generic.c
include/linux/genhd.h