commit | 23a2ad6d0e58d0f2fb1647c2d6fef935bcaf9299 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Tue Nov 09 10:16:03 2010 -0800 |
committer | Jan Kara <jack@suse.cz> | Thu Jan 06 11:52:14 2011 +0100 |
tree | f268f1676127a48dac66810c885d5e4801f305f7 | |
parent | 31d710a7bd42f0d89e30d53bdaad427c5f191d0d [diff] |
fs/ext2/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: Jan Kara <jack@suse.cz>