]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
xfs: Use consistent logging message prefixes
authorJoe Perches <joe@perches.com>
Wed, 29 Jul 2015 01:52:04 +0000 (11:52 +1000)
committerDave Chinner <david@fromorbit.com>
Wed, 29 Jul 2015 01:52:04 +0000 (11:52 +1000)
commitf41febd2eb5bdaa1c5685fe8a9b09276645013bc
treef6206ae8ed114a4db4118a9dc7efbec90b2025ce
parent89cebc8477290b152618ffa110bbeae340d50900
xfs: Use consistent logging message prefixes

The second and subsequent lines of multi-line logging messages
are not prefixed with the same information as the first line.

Separate messages with newlines into multiple calls to ensure
consistent prefixing and allow easier grep use.

Signed-off-by: Joe Perches <joe@perches.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/libxfs/xfs_dir2_node.c
fs/xfs/libxfs/xfs_sb.c
fs/xfs/xfs_buf.c
fs/xfs/xfs_log.c
fs/xfs/xfs_log_recover.c