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)
commit0ff2ea7d84e31176a046a1eabea59d6e4eecd998
tree6aafc9e97bc6fc15923039d0039c8acfd6311722
parent94de56ab2062be59d80e2efb7c0dc60ecf616075
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