Skip to content

Commit 8e1cfa5

Browse files
damien-lemoalcmaiolino
authored andcommitted
xfs: improve zone statistics message
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>
1 parent 71fa062 commit 8e1cfa5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/xfs/xfs_zone_alloc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1244,7 +1244,7 @@ xfs_mount_zones(
12441244
if (!mp->m_zone_info)
12451245
return -ENOMEM;
12461246

1247-
xfs_info(mp, "%u zones of %u blocks size (%u max open)",
1247+
xfs_info(mp, "%u zones of %u blocks (%u max open zones)",
12481248
mp->m_sb.sb_rgcount, mp->m_groups[XG_TYPE_RTG].blocks,
12491249
mp->m_max_open_zones);
12501250
trace_xfs_zones_mount(mp);

0 commit comments

Comments
 (0)