ext4: avoid output message interleaving in ext4_error_<foo>()
authorJoe Perches <joe@perches.com>
Tue, 20 Mar 2012 03:15:43 +0000 (23:15 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 20 Mar 2012 03:15:43 +0000 (23:15 -0400)
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>

No differences found