Don't use seeks on stdin for job file parsing
authorJens Axboe <jens.axboe@oracle.com>
Thu, 27 Sep 2007 08:48:55 +0000 (10:48 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 27 Sep 2007 08:48:55 +0000 (10:48 +0200)
The previous commit added the support for reading a job file
from stdin, but this breaks when fio uses fgetpos/fsetpos on
the file handle. So remove the seeking.

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

No differences found