xfs: remove extra newlines from xfs messages
authorEric Sandeen <sandeen@redhat.com>
Tue, 23 Dec 2014 22:47:27 +0000 (09:47 +1100)
committerDave Chinner <david@fromorbit.com>
Tue, 23 Dec 2014 22:47:27 +0000 (09:47 +1100)
commit77af574eef78c404ea630f7955a5ed0c926a63fe
tree3097efacf7306d93a66ac3ed6d47ef3d48d59fbb
parent96ab7954bca0eeedfb17094719db1351fba361d3
xfs: remove extra newlines from xfs messages

xfs_warn() and friends add a newline by default, but some
messages add another one.

Particularly for the failing write message below, this can
waste a lot of console real estate!

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/xfs_buf_item.c
fs/xfs/xfs_log.c
fs/xfs/xfs_super.c