Add a really simple allocator, backed with mmap'ed memory
[fio.git] / options.c
index b59dd221fba5220667be82bb062c7ab74ce452e9..1119a9806346219958ca512573f9ac4f25ca08d0 100644 (file)
--- a/options.c
+++ b/options.c
@@ -1118,7 +1118,7 @@ static struct fio_option options[] = {
        },
        {
                .name   = "hugepage-size",
-               .type   = FIO_OPT_STR_VAL,
+               .type   = FIO_OPT_STR_VAL_INT,
                .off1   = td_var_offset(hugepage_size),
                .help   = "When using hugepages, specify size of each page",
                .def    = __stringify(FIO_HUGE_PAGE),