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)
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>

No differences found