init.c: Fix non-regular-file booboo
authorJoel Becker <Joel.Becker@oracle.com>
Tue, 13 Mar 2007 07:10:14 +0000 (08:10 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 13 Mar 2007 07:10:14 +0000 (08:10 +0100)
commit656395b6dfc16faf75c802ac82b78a5fdeaf439d
treefe24f33c70a9248eba0bfd18d94e6e37495bffa0
parent7abd0e3a872b000aefb740028f777aae1fa6f77d
init.c: Fix non-regular-file booboo

If a filename is given, and that filename is a device file, fio will
ignore the filename, using the job name.  Then it tries to open the job
name instead of the filename.  Whoops.

Signed-off-by: Joel Becker <joel.becker@oracle.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
init.c