[PATCH] fsync and stonewall fix
authorJens Axboe <jens.axboe@oracle.com>
Thu, 23 Nov 2006 10:58:59 +0000 (11:58 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 23 Nov 2006 10:58:59 +0000 (11:58 +0100)
commit4d2413c685796b016ab076337ddc5545c3f6ab5b
tree88437dc79c4c80451c1790425402f2bd11caec60
parent08e26e3579fdae51cc9aafc71a80c638563bf2cd
[PATCH] fsync and stonewall fix

We should not terminate threads that haven't been started yet.
The fsync check was bad, it should look at td->error.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
fio.c