From: Jan Kara Date: Mon, 9 Dec 2013 02:13:59 +0000 (-0500) Subject: jbd2: revise KERN_EMERG error messages X-Git-Tag: v3.13-rc6~4^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75685071cd5b26d64fd2577330387aeab019ac97;p=pandora-kernel.git 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 Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed