Skip to content

Commit 5082d88

Browse files
Christoph Hellwigcmaiolino
authored andcommitted
xfs: fix the "limiting open zones" message
The xfs logging macros include a newline, remove the \n, which adds an extra one. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com> Reviewed-by: Andrey Albershteyn <aalbersh@kernel.org> Signed-off-by: Carlos Maiolino <cem@kernel.org>
1 parent 87e6346 commit 5082d88

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
@@ -1170,7 +1170,7 @@ xfs_calc_open_zones(
11701170

11711171
if (bdev_open_zones && bdev_open_zones < mp->m_max_open_zones) {
11721172
mp->m_max_open_zones = bdev_open_zones;
1173-
xfs_info(mp, "limiting open zones to %u due to hardware limit.\n",
1173+
xfs_info(mp, "limiting open zones to %u due to hardware limit.",
11741174
bdev_open_zones);
11751175
}
11761176

0 commit comments

Comments
 (0)