From: Niklas Cassel <[email protected]>
To: Ammar Faizi <[email protected]>
Cc: Jens Axboe <[email protected]>,
fio Mailing List <[email protected]>,
GNU/Weeb Mailing List <[email protected]>
Subject: Re: [PATCH v3 0/3] Small fio cleanups and fixes
Date: Fri, 29 Apr 2022 07:46:24 +0000 [thread overview]
Message-ID: <YmuXz3e8F1LMXKNt@x1-carbon> (raw)
In-Reply-To: <[email protected]>
On Fri, Apr 29, 2022 at 03:39:51AM +0700, Ammar Faizi wrote:
> From: Ammar Faizi <[email protected]>
>
> Hi Jens,
>
> This is the v3 series of small fio cleanups and fixes. I dropped
> the patches about ENOMEM handling this time. I will resend those
> in a different series later because I think we have many places
> to fix them, so I will dedicate more time to it.
>
> There are 3 patches in this series:
>
> 1. Trivial indentation fix.
> 2. Small optimization for the JSON code.
> 3. Fix `-Wimplicit-fallthrough` warning when compiling with clang-15.
>
> Please review, thanks!
>
> 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: 5f2d43188c2d65674aaba6280e2a87107e5d7099
> --
> Ammar Faizi
>
For the series:
Reviewed-by: Niklas Cassel <[email protected]>
prev parent reply other threads:[~2022-04-29 7:46 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-28 20:39 [PATCH v3 0/3] Small fio cleanups and fixes Ammar Faizi
2022-04-28 20:39 ` [PATCH v3 1/3] backend: Fix indentation Ammar Faizi
2022-04-28 20:39 ` [PATCH v3 2/3] json: Change `if (!strlen(str))` to `if (!str[0])` Ammar Faizi
2022-04-28 20:39 ` [PATCH v3 3/3] Makefile: Suppress `-Wimplicit-fallthrough` when compiling `lex.yy` Ammar Faizi
2022-04-29 7:46 ` Niklas Cassel [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=YmuXz3e8F1LMXKNt@x1-carbon \
[email protected] \
[email protected] \
[email protected] \
[email protected] \
[email protected] \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox