commit | 656395b6dfc16faf75c802ac82b78a5fdeaf439d | [log] [tgz] |
---|---|---|
author | Joel Becker <Joel.Becker@oracle.com> | Tue Mar 13 08:10:14 2007 +0100 |
committer | Jens Axboe <jens.axboe@oracle.com> | Tue Mar 13 08:10:14 2007 +0100 |
tree | fe24f33c70a9248eba0bfd18d94e6e37495bffa0 | |
parent | 7abd0e3a872b000aefb740028f777aae1fa6f77d [diff] |
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>