init: increment stat count if parent == default thread
authorJens Axboe <axboe@fb.com>
Thu, 21 Jan 2016 00:45:13 +0000 (17:45 -0700)
committerJens Axboe <axboe@fb.com>
Thu, 21 Jan 2016 00:45:13 +0000 (17:45 -0700)
commit13978e86afb08a0453551a88680700fcad328522
tree7edfd64bebe5a87093bf1984403b26d1c175c310
parent2baadb02756d2abaf7ba0fd8bb1cfb6b83f887c1
init: increment stat count if parent == default thread

We skip doing the stat increment if group_reporting is set,
but that means we can end up with stat_number == 0. That
isn't correct, increment for group_reporting as well, but
only if the parent is the default thread. That means we
still won't do it for sub-jobs.

Signed-off-by: Jens Axboe <axboe@fb.com>
init.c