]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit - libxfs/xfs_bmap.c
xfs: remove newlines from strings passed to __xfs_printk
authorDave Chinner <dchinner@redhat.com>
Wed, 13 Nov 2013 06:40:35 +0000 (06:40 +0000)
committerRich Johnston <rjohnston@sgi.com>
Wed, 13 Nov 2013 17:08:09 +0000 (11:08 -0600)
commit12864fd992dd5d6bc3c089aeb6422c8d235a28f0
treeb7fff79f0704c12cb8ff0a6da4efb94733a3f0d1
parente6d77a21f263ea403bef0940a524212e6fa03d04
xfs: remove newlines from strings passed to __xfs_printk

__xfs_printk adds its own "\n".  Having it in the original string
leads to unintentional blank lines from these messages.

Ported from kernel commit 08e96e1a.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
libxfs/xfs_bmap.c
libxfs/xfs_dir2_node.c
libxfs/xfs_sb.c
libxlog/xfs_log_recover.c