commit | 0ff2ea7d84e31176a046a1eabea59d6e4eecd998 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Sun Dec 19 22:43:19 2010 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Dec 19 22:43:19 2010 -0500 |
tree | 6aafc9e97bc6fc15923039d0039c8acfd6311722 | |
parent | 94de56ab2062be59d80e2efb7c0dc60ecf616075 [diff] |
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 <joe@perches.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>