]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc0528274655944acb6eb2fe77231f2b4483c82c3
tree93683947103b7305889dd3d3bb3cb951a2c0409b
parentb4079550ad75d94dd09e48df205bb371daecadb7
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