engines/filestat: change "lstat" bool option to "stat_type" str option
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Tue, 4 Feb 2020 12:25:47 +0000 (21:25 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Tue, 4 Feb 2020 16:38:46 +0000 (01:38 +0900)
commit93a13ba5017309212e32c9e2ef16bef486c0ce9f
tree1b4f49fb921a41b1ed685f67d296b9670e2f37ba
parentab45cf076766ce1ed49d28380c059343305cde4a
engines/filestat: change "lstat" bool option to "stat_type" str option

Per suggestion from Jens, change a bool option to str option
to better support stat(2) variants (at this point before 3.18).

https://github.com/axboe/fio/pull/912#issuecomment-577814885

Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@gmail.com>
HOWTO
engines/filestat.c
fio.1