]> git.karo-electronics.de Git - karo-tx-linux.git/commit
jbd2: revise KERN_EMERG error messages
authorJan Kara <jack@suse.cz>
Mon, 9 Dec 2013 02:13:59 +0000 (21:13 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 9 Dec 2013 02:13:59 +0000 (21:13 -0500)
commitf0fb9f36eb7c20cc1f88aea1622004cb5c1aee30
tree8f475af0c995de85b9d115854eceff9a5828396e
parent209cf38443d41c328bf684a81a21da192ebf3b3c
jbd2: 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>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/jbd2/journal.c
fs/jbd2/transaction.c