Home
last modified time | relevance | path

Searched hist:"75685071 cd5b26d64fd2577330387aeab019ac97" (Results 1 – 1 of 1) sorted by relevance

/linux/fs/jbd2/
H A Dtransaction.cdiff 75685071cd5b26d64fd2577330387aeab019ac97 Mon Dec 09 03:13:59 CET 2013 Jan Kara <jack@suse.cz> 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>