]> Pileus Git - ~andy/linux/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)
commit75685071cd5b26d64fd2577330387aeab019ac97
tree8f475af0c995de85b9d115854eceff9a5828396e
parentf6c07cad081ba222d63623d913aafba5586c1d2c
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