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)
commit80e42468d65475e92651e62175bb7807773321d0
tree7ab6bd05495a50a4c5fc507ab583daad5178006c
parenta827eaffff07c7d58a4cb32158cbeb4849f4e33a
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" <tytso@mit.edu>
fs/ext4/inode.c