X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=options.c;h=1914037583fb24163936e18aac7b4473aed87728;hp=5252477b6e0756888d6cc3bd42b8dcdc5b492e4b;hb=81179eec4a84ff25c190a8a6a685b0b3b4dd2a37;hpb=c59971e18924f44c5e2b234c5208c67c573aaad7 diff --git a/options.c b/options.c index 5252477b..19140375 100644 --- a/options.c +++ b/options.c @@ -829,9 +829,6 @@ static int kb_base_verify(struct fio_option *o, void *data) return 0; } -#define __stringify_1(x) #x -#define __stringify(x) __stringify_1(x) - /* * Map of job/command line options */ @@ -1946,7 +1943,7 @@ static struct fio_option options[FIO_MAX_OPTS] = { .type = FIO_OPT_INT, .off1 = td_var_offset(hugepage_size), .help = "When using hugepages, specify size of each page", - .def = __stringify(FIO_HUGE_PAGE), + .def = __fio_stringify(FIO_HUGE_PAGE), }, { .name = "group_reporting",