]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
xfs: improve zone statistics message
authorDamien Le Moal <dlemoal@kernel.org>
Thu, 18 Sep 2025 13:01:10 +0000 (22:01 +0900)
committerCarlos Maiolino <cem@kernel.org>
Thu, 18 Sep 2025 15:32:39 +0000 (17:32 +0200)
Reword the information message displayed in xfs_mount_zones()
indicating the total zone count and maximum number of open zones.

Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
fs/xfs/xfs_zone_alloc.c

index 23a027387933d5d338c05a67cdffc197cee36c34..f152b218200488532d751d0a31d454daa8d7729d 100644 (file)
@@ -1244,7 +1244,7 @@ xfs_mount_zones(
        if (!mp->m_zone_info)
                return -ENOMEM;
 
-       xfs_info(mp, "%u zones of %u blocks size (%u max open)",
+       xfs_info(mp, "%u zones of %u blocks (%u max open zones)",
                 mp->m_sb.sb_rgcount, mp->m_groups[XG_TYPE_RTG].blocks,
                 mp->m_max_open_zones);
        trace_xfs_zones_mount(mp);