X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=filesetup.c;h=d05050647ddbbcc78b1b22d59c91e8f7444d7b43;hp=9d42deb02d47dbab2866fcb9d2512409e60aa1b5;hb=9b8365618309572d8fd2579c8ea3132db89f843f;hpb=e4db9fec06d77523472e9fad6de5170a77d715c0 diff --git a/filesetup.c b/filesetup.c index 9d42deb0..d0505064 100644 --- a/filesetup.c +++ b/filesetup.c @@ -78,7 +78,7 @@ static int extend_file(struct thread_data *td, struct fio_file *f) } } #endif - + if (!new_layout) goto done; @@ -233,7 +233,7 @@ static int file_size(struct thread_data *td, struct fio_file *f) static int bdev_size(struct thread_data *td, struct fio_file *f) { - unsigned long long bytes; + unsigned long long bytes = 0; int r; if (td->io_ops->open_file(td, f)) { @@ -265,7 +265,7 @@ err: static int char_size(struct thread_data *td, struct fio_file *f) { #ifdef FIO_HAVE_CHARDEV_SIZE - unsigned long long bytes; + unsigned long long bytes = 0; int r; if (td->io_ops->open_file(td, f)) {