commit | d9ee81da93e86ac45aef30b2493a1e68fc71b9d0 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Mon Mar 19 23:15:43 2012 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Mar 19 23:15:43 2012 -0400 |
tree | 0c6716d701f2d469ea61e206b6d845e77f185eb4 | |
parent | 1084f252e3490392575b80cbdfa1baf0842173d8 [diff] |
ext4: avoid output message interleaving in ext4_error_<foo>() Using KERN_CONT means that messages from multiple threads may be interleaved. Avoid this by using a single printk call in ext4_error_inode and ext4_error_file. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>