helper_thread: remove impossible branch
authorVincent Fu <Vincent.Fu@sandisk.com>
Thu, 16 Jun 2016 18:31:52 +0000 (14:31 -0400)
committerJens Axboe <axboe@fb.com>
Tue, 28 Jun 2016 20:03:12 +0000 (14:03 -0600)
commitdd290fb4ab7d8e0f3aa88495096eb93177942fd7
tree0115bb76e22270896f88a43043af80271042215e
parent817720e1d9c3732e2e64548d3ff90b53876001a0
helper_thread: remove impossible branch

I believe that the intention is to call update_io_ticks every
DISK_UTIL_MSEC. Make helper_thread_main do this.

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