From: Roland Dreier Date: Wed, 21 Jan 2009 15:49:16 +0000 (-0500) Subject: Btrfs: Remove extra KERN_INFO in the middle of a line X-Git-Tag: v2.6.29-rc4~9^2~20^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=119e10cf1b2f6a6cafff74f32373d631489f54c2;p=pandora-kernel.git Btrfs: Remove extra KERN_INFO in the middle of a line The "devid transid " 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 Signed-off-by: Chris Mason --- Reading git-diff-tree failed