Change disk util / eta method from signal to thread
authorJens Axboe <jaxboe@fusionio.com>
Fri, 14 Jan 2011 13:14:58 +0000 (14:14 +0100)
committerJens Axboe <jaxboe@fusionio.com>
Fri, 14 Jan 2011 13:14:58 +0000 (14:14 +0100)
commit7985701bfc7b7a6bde0bf601380aab4cf09d85df
treeee00520d025d7ae5ffb2c28c621e281ccf135b13
parent79402a12eecf371238f2326c9e8850eedd269b7f
Change disk util / eta method from signal to thread

We used a thread based signal, but that causes a thread to
get created and killed every 250msecs. Lets just setup a
dedicated thread for this.

Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
fio.c