From: Christoph Hellwig <hch@infradead.org>
To: George Hu <integral@archlinux.org>
Cc: Carlos Maiolino <cem@kernel.org>,
linux-xfs@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] xfs: replace min & max with clamp() in xfs_max_open_zones()
Date: Sun, 13 Jul 2025 22:55:01 -0700 [thread overview]
Message-ID: <aHSbtRNhuU9p1NEt@infradead.org> (raw)
In-Reply-To: <20250712145741.41433-1-integral@archlinux.org>
On Sat, Jul 12, 2025 at 10:57:41PM +0800, George Hu wrote:
> Refactor the xfs_max_open_zones() function by replacing the usage
> of min() and max() macro with clamp() to simplify the code and
> improve readability.
Nit: you can use up to 73 characters in each commit message line:
Refactor the xfs_max_open_zones() function by replacing the usage of
min() and max() macro with clamp() to simplify the code and improve
readability.
Otherwise looks good:
Reviewed-by: Christoph Hellwig <hch@lst.de>
next prev parent reply other threads:[~2025-07-14 5:55 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-12 14:57 [PATCH] xfs: replace min & max with clamp() in xfs_max_open_zones() George Hu
2025-07-14 5:55 ` Christoph Hellwig [this message]
2025-07-14 7:58 ` John Garry
2025-07-14 10:59 ` Christoph Hellwig
2025-07-15 9:49 ` Carlos Maiolino
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=aHSbtRNhuU9p1NEt@infradead.org \
--to=hch@infradead.org \
--cc=cem@kernel.org \
--cc=integral@archlinux.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-xfs@vger.kernel.org \
/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;
as well as URLs for NNTP newsgroup(s).