jbd: Revise KERN_EMERG error messages
authorJan Kara <jack@suse.cz>
Mon, 25 Nov 2013 22:30:26 +0000 (23:30 +0100)
committerJan Kara <jack@suse.cz>
Wed, 4 Dec 2013 11:27:46 +0000 (12:27 +0100)
Some of KERN_EMERG printk messages do not really deserve this log level
and the one in log_wait_commit() is even rather useless (the journal has
been previously aborted and *that* is where we should have been
complaining). So make some messages just KERN_ERR and remove the useless
message.

Signed-off-by: Jan Kara <jack@suse.cz>

No differences found