]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: Use printf extension %pV
authorJoe Perches <joe@perches.com>
Mon, 20 Dec 2010 03:43:19 +0000 (22:43 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 20 Dec 2010 03:43:19 +0000 (22:43 -0500)
commit0ea6542512e782bf2ace46d44f7487c4bb662927
tree6aafc9e97bc6fc15923039d0039c8acfd6311722
parent653418f5c1d0048f2797a6ff7935c2b06e82f627
ext4: Use printf extension %pV

Using %pV reduces the number of printk calls and eliminates any
possible message interleaving from other printk calls.

In function __ext4_grp_locked_error also added KERN_CONT to some
printks.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/super.c