Hi Jens, This is the v4 series of small fio cleanups and fixes. I dropped the patches about ENOMEM handling this time. The most noticable change is patch #3 (fix clang warning). The rest is just small optimization and indentation clean up. v4: - Append Reviewed-by tags from Niklas Cassel. - Rebase the series. Link v3: https://lore.kernel.org/fio/20220428203954.222165-1-ammarfaizi2@xxxxxxxxxxx/ Reviewed-by: Niklas Cassel <niklas.cassel@xxxxxxx> Signed-off-by: Ammar Faizi <ammarfaizi2@xxxxxxxxxxx> --- Ammar Faizi (3): backend: Fix indentation json: Change `if (!strlen(str))` to `if (!str[0])` Makefile: Suppress `-Wimplicit-fallthrough` when compiling `lex.yy` Makefile | 6 +++++- backend.c | 2 +- json.c | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) base-commit: d338e8760f3f442b3e4498598854130e55745eb9 -- Ammar Faizi