From: Josef Bacik Date: Wed, 30 Apr 2008 02:00:28 +0000 (-0400) Subject: ext4: don't use ext4_error in ext4_check_descriptors X-Git-Tag: v2.6.26-rc1~345^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c19204b0ae3f8a125118fd5d425d3c7a5f8fda9b;p=pandora-kernel.git ext4: don't use ext4_error in ext4_check_descriptors Because ext4_check_descriptors is called at mount time you can't use ext4_error as it calls ext4_commit_sb, which since the sb isn't all the way initialized causes bad things to happen (ie a panic). This patch changes the ext4_error's to printk's to keep this problem from happening. Thanks much, Signed-off-by: Josef Bacik Signed-off-by: Mingming Cao Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed