fs/nilfs2/super.c: Use printf extension %pV
authorJoe Perches <joe@perches.com>
Wed, 10 Nov 2010 00:35:21 +0000 (16:35 -0800)
committerRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Mon, 10 Jan 2011 05:05:45 +0000 (14:05 +0900)
commitb004a5eb0babec7ef91558f73315ef49e5a1f285
tree93683947103b7305889dd3d3bb3cb951a2c0409b
parentaf1761f268ff2a58f2ea22e9b9de6359f7b2048e
fs/nilfs2/super.c: Use printf extension %pV

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

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
fs/nilfs2/super.c