Increase OPT_LEN_MAX
authorZhang, Yanmin <yanmin_zhang@linux.intel.com>
Wed, 3 Mar 2010 07:26:30 +0000 (08:26 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 3 Mar 2010 07:26:30 +0000 (08:26 +0100)
commitc06c78c04c415bcb33350e8e56b924b75b4e93aa
treed230f4b756054e16d9bd8b151b59fd89e7f1ed60
parent4ceb30d4b44957e252a75f7ee4170f36109934c3
Increase OPT_LEN_MAX

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>
parse.h