init: check and fail status-interval settings that are too small
authorJens Axboe <axboe@kernel.dk>
Tue, 28 Nov 2017 17:11:53 +0000 (10:11 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 28 Nov 2017 17:11:53 +0000 (10:11 -0700)
commit969357b0f78cc16f85692638cdabd8e5f7c9d2a1
tree0ebea4c9c3689266bec34341a92fafee25c5344b
parent609ac152d5a7d0bc5c645f8c50bf2415e7b2d4d3
init: check and fail status-interval settings that are too small

Smallest possible value is 1ms, so fail any setting that yields
a value less than that.

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