Linux XFS filesystem development
 help / color / mirror / Atom feed
* [PATCH] xfs: fix the "limiting open zones" message
@ 2026-05-07  5:24 ` Christoph Hellwig
  2026-05-07  9:21   ` Andrey Albershteyn
  2026-05-07 12:03   ` Carlos Maiolino
  0 siblings, 2 replies; 3+ messages in thread
From: Christoph Hellwig @ 2026-05-07  5:24 UTC (permalink / raw)
  To: cem; +Cc: linux-xfs

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);
 	}
 
-- 
2.53.0


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

* Re: [PATCH] xfs: fix the "limiting open zones" message
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Andrey Albershteyn @ 2026-05-07  9:21 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: cem, linux-xfs

On 2026-05-07 07:24:57, 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>

Looks good to me
Reviewed-by: Andrey Albershteyn <aalbersh@kernel.org>

-- 
- Andrey

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

* Re: [PATCH] xfs: fix the "limiting open zones" message
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Carlos Maiolino @ 2026-05-07 12:03 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: linux-xfs

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
> 

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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox