ext4: print more sysadmin-friendly message in check_block_validity()
authorTheodore Ts'o <tytso@mit.edu>
Tue, 8 Sep 2009 12:21:26 +0000 (08:21 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 8 Sep 2009 12:21:26 +0000 (08:21 -0400)
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" <tytso@mit.edu>

No differences found