]> git.kernelconcepts.de Git - karo-tx-linux.git/commit - fs/xfs/xfs_bmap.c
xfs: remove newlines from strings passed to __xfs_printk
authorEric Sandeen <sandeen@sandeen.net>
Sat, 12 Oct 2013 01:59:05 +0000 (20:59 -0500)
committerBen Myers <bpm@sgi.com>
Thu, 17 Oct 2013 18:30:29 +0000 (13:30 -0500)
commit08e96e1a3c5fd823f846df813b0b8be8e734c6c2
treee775cee59304c8fa614c6a1a966b80c8fe9f3125
parent2c6e24ce1aa6b3b147c75d488c2797ee258eb22b
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.

Most format strings have no newline, but a few do, leading to
i.e.:

[ 7347.119911] XFS (sdb2): Access to block zero in inode 132 start_block: 0 start_off: 0 blkcnt: 0 extent-state: 0 lastx: 1a05
[ 7347.119911]
[ 7347.119919] XFS (sdb2): Access to block zero in inode 132 start_block: 0 start_off: 0 blkcnt: 0 extent-state: 0 lastx: 1a05
[ 7347.119919]

Fix them all.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Mark Tinguely <tinguely@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_bmap.c
fs/xfs/xfs_buf.c
fs/xfs/xfs_dir2_node.c
fs/xfs/xfs_error.c
fs/xfs/xfs_iomap.c
fs/xfs/xfs_log.c
fs/xfs/xfs_log_recover.c
fs/xfs/xfs_qm_syscalls.c
fs/xfs/xfs_sb.c
fs/xfs/xfs_super.c