Fio 1.21-rc5
[fio.git] / init.c
diff --git a/init.c b/init.c
index 56a1d331625ae6804bb92540a36551bd4a855d34..420a1bc2f87d16c9fc93c48a74939141f1908f61 100644 (file)
--- a/init.c
+++ b/init.c
@@ -19,7 +19,7 @@
 #include "smalloc.h"
 #include "filehash.h"
 
-static char fio_version_string[] = "fio 1.21-rc3";
+static char fio_version_string[] = "fio 1.21-rc5";
 
 #define FIO_RANDSEED           (0xb1899bedUL)
 
@@ -307,7 +307,7 @@ static int fixup_options(struct thread_data *td)
        }
 
        if (o->fill_device && !o->size)
-               o->size = ULONG_LONG_MAX;
+               o->size = -1ULL;
 
        if (td_rw(td) && td->o.verify != VERIFY_NONE)
                log_info("fio: mixed read/write workload with verify. May not "
@@ -916,7 +916,7 @@ static int set_debug(const char *string)
        return 0;
 }
 #else
-static void set_debug(const char *string)
+static int set_debug(const char *string)
 {
        log_err("fio: debug tracing not included in build\n");
        return 1;