Linux XFS filesystem development
 help / color / mirror / Atom feed
From: Carlos Maiolino <cem@kernel.org>
To: Christoph Hellwig <hch@lst.de>
Cc: linux-xfs@vger.kernel.org
Subject: Re: [PATCH] xfs: fix the "limiting open zones" message
Date: Thu, 7 May 2026 14:03:36 +0200	[thread overview]
Message-ID: <afx_kMVF9ceuLSpO@andromeda.toxiclabs.cc> (raw)
In-Reply-To: <20260507052457.1305016-1-hch@lst.de>

On Thu, May 07, 2026 at 07:24:57AM +0200, Christoph Hellwig wrote:
> The xfs logging macros include a newline, remove the \n, which adds an
> extra one.
> 
> Signed-off-by: Christoph Hellwig <hch@lst.de>
> ---
>  fs/xfs/xfs_zone_alloc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/fs/xfs/xfs_zone_alloc.c b/fs/xfs/xfs_zone_alloc.c
> index a851b98143c0..e79f9e652dbb 100644
> --- a/fs/xfs/xfs_zone_alloc.c
> +++ b/fs/xfs/xfs_zone_alloc.c
> @@ -1170,7 +1170,7 @@ xfs_calc_open_zones(
> 
>  	if (bdev_open_zones && bdev_open_zones < mp->m_max_open_zones) {
>  		mp->m_max_open_zones = bdev_open_zones;
> -		xfs_info(mp, "limiting open zones to %u due to hardware limit.\n",
> +		xfs_info(mp, "limiting open zones to %u due to hardware limit.",
>  			bdev_open_zones);
>  	}

Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>

> 
> --
> 2.53.0
> 

      parent reply	other threads:[~2026-05-07 12:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <HYHgM8Lvj3Ce71h7t3w8IoIbd82x5Hgpe8yCYLOtiTr3DyHzlP6eD94oePbrGzgBwSdU-nw8XgrQ5ZATUn3WVg==@protonmail.internalid>
2026-05-07  5:24 ` [PATCH] xfs: fix the "limiting open zones" message Christoph Hellwig
2026-05-07  9:21   ` Andrey Albershteyn
2026-05-07 12:03   ` Carlos Maiolino [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=afx_kMVF9ceuLSpO@andromeda.toxiclabs.cc \
    --to=cem@kernel.org \
    --cc=hch@lst.de \
    --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