From: Theodore Ts'o Date: Tue, 8 Sep 2009 12:21:26 +0000 (-0400) Subject: ext4: print more sysadmin-friendly message in check_block_validity() X-Git-Tag: v2.6.32-rc1~633^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80e42468d65475e92651e62175bb7807773321d0;p=pandora-kernel.git ext4: print more sysadmin-friendly message in check_block_validity() Drop the WARN_ON(1), as he stack trace is not appropriate, since it is triggered by file system corruption, and it misleads users into thinking there is a kernel bug. In addition, change the message displayed by ext4_error() to make it clear that this is a file system corruption problem. Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed