commit | 301d4c9a286bc7dc4fb3cda21131be91a582fa79 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Mon Nov 25 23:30:26 2013 +0100 |
committer | Jan Kara <jack@suse.cz> | Wed Dec 04 12:27:46 2013 +0100 |
tree | 0376fdc743ce2d403db16fb07dbcdc39e3310adb | |
parent | df4e7ac0bb70abc97fbfd9ef09671fc084b3f9db [diff] |
jbd: Revise KERN_EMERG error messages 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>