init: add global 'warned' state
authorJens Axboe <axboe@kernel.dk>
Mon, 12 Feb 2018 17:11:31 +0000 (10:11 -0700)
committerJens Axboe <axboe@kernel.dk>
Mon, 12 Feb 2018 17:11:31 +0000 (10:11 -0700)
In various places we spew a warning if some static variable
isn't set, but this still means it can happen once per job.
Add some global state to allow to track this globally instead.

Signed-off-by: Jens Axboe <axboe@kernel.dk>

No differences found