diff options
author | Roland Dreier <rdreier@cisco.com> | 2009-01-21 16:49:16 +0100 |
---|---|---|
committer | Chris Mason <chris.mason@oracle.com> | 2009-01-21 16:49:16 +0100 |
commit | 119e10cf1b2f6a6cafff74f32373d631489f54c2 (patch) | |
tree | b7e7960479a96501516dd049e584dfd4a26b973b /fs/btrfs/disk-io.c | |
parent | Btrfs: removed unused #include <version.h>'s (diff) | |
download | linux-119e10cf1b2f6a6cafff74f32373d631489f54c2.tar.xz linux-119e10cf1b2f6a6cafff74f32373d631489f54c2.zip |
Btrfs: Remove extra KERN_INFO in the middle of a line
The "devid <xxx> transid <xxx>" printk in btrfs_scan_one_device()
actually follows another printk that doesn't end in a newline (since the
intention is for the two printks to make one line of output), so the
KERN_INFO just ends up messing up the output:
device label exp <6>devid 1 transid 9 /dev/sda5
Fix this by changing the extra KERN_INFO to KERN_CONT.
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions