blktrace: use number of configured cpus instead of online cpus
authorNathan Zimmer <nzimmer@sgi.com>
Mon, 15 Apr 2013 14:53:35 +0000 (09:53 -0500)
committerJens Axboe <axboe@kernel.dk>
Thu, 1 Aug 2013 18:13:26 +0000 (12:13 -0600)
commit67313d8f411fe08f3f8a0c94ad2cf45bf569f0f8
tree8caddf1148255a77cff97cb23e4b043bcfc6f7f2
parentfb69749415ae2bd7c3180605d01a5a39f3bd988f
blktrace: use number of configured cpus instead of online cpus

We want to run on all online processors.  However is there is a hole in the
online cpumask this won't happen.  We need the number of configured processors
instead of online.

Cc: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Nathan Zimmer <nzimmer@sgi.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
blktrace.c