]> Pileus Git - ~andy/linux/commit
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)
commit301d4c9a286bc7dc4fb3cda21131be91a582fa79
tree0376fdc743ce2d403db16fb07dbcdc39e3310adb
parentdf4e7ac0bb70abc97fbfd9ef09671fc084b3f9db
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>
fs/jbd/journal.c
fs/jbd/transaction.c