git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31d710a
)
fs/ext2/super.c: Use printf extension %pV
author
Joe Perches
<joe@perches.com>
Tue, 9 Nov 2010 18:16:03 +0000
(10:16 -0800)
committer
Jan Kara
<jack@suse.cz>
Thu, 6 Jan 2011 10:52:14 +0000
(11:52 +0100)
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: Jan Kara <jack@suse.cz>
No differences found