From: Joe Perches Date: Mon, 20 Dec 2010 03:43:19 +0000 (-0500) Subject: ext4: Use printf extension %pV X-Git-Tag: v2.6.38-rc1~409^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ff2ea7d84e31176a046a1eabea59d6e4eecd998;p=pandora-kernel.git 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 Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed