public inbox for [email protected]
 help / color / mirror / Atom feed
* [PATCH v4 0/3] Cleanups and Fixes
@ 2022-05-12 16:43 Ammar Faizi
  2022-05-12 16:43 ` [PATCH v4 1/3] backend: Fix indentation Ammar Faizi
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Ammar Faizi @ 2022-05-12 16:43 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Niklas Cassel, fio Mailing List, GNU/Weeb Mailing List,
	Ammar Faizi

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/[email protected]/

Reviewed-by: Niklas Cassel <[email protected]>
Signed-off-by: Ammar Faizi <[email protected]>
---

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-05-12 17:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-12 16:43 [PATCH v4 0/3] Cleanups and Fixes Ammar Faizi
2022-05-12 16:43 ` [PATCH v4 1/3] backend: Fix indentation Ammar Faizi
2022-05-12 16:43 ` [PATCH v4 2/3] json: Change `if (!strlen(str))` to `if (!str[0])` Ammar Faizi
2022-05-12 16:54   ` Jens Axboe
2022-05-12 16:43 ` [PATCH v4 3/3] Makefile: Suppress `-Wimplicit-fallthrough` when compiling `lex.yy` Ammar Faizi
2022-05-12 17:03 ` (subset) [PATCH v4 0/3] Cleanups and Fixes Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox