summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
4ceb30d)
When I run fio with lots of files on a disk, parameter filename's length
is more than 1024 and tail filenames are cut.
Below is a patch to increase OPT_LEN_MAX to 4096.
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
const char *help; /* help text for sub option */
};
const char *help; /* help text for sub option */
};
-#define OPT_LEN_MAX 1024
+#define OPT_LEN_MAX 4096
#define PARSE_MAX_VP 16
/*
#define PARSE_MAX_VP 16
/*