X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=init.c;h=9e41d55af957a66d6a0900462d5d4ca5a8c7f038;hp=f4a37401ec0b507eef3cc04252db1669be66457d;hb=890df538b3645d9310a3527513195773130d1d7f;hpb=429ca0735f71961ffe52c5ac102b0a14ee1b2c4c;ds=sidebyside diff --git a/init.c b/init.c index f4a37401..9e41d55a 100644 --- a/init.c +++ b/init.c @@ -679,7 +679,7 @@ static int add_job(struct thread_data *td, const char *jobname, int job_add_num) td->io_ops->flags |= FIO_RAWIO; td->filetype = FIO_TYPE_FILE; - if (!stat(jobname, &sb)) { + if (td->filename && !lstat(td->filename, &sb)) { if (S_ISBLK(sb.st_mode)) td->filetype = FIO_TYPE_BD; else if (S_ISCHR(sb.st_mode))