ext4: print more sysadmin-friendly message in check_block_validity()
commit6758feb58f9c66dbbd8ef67543deb03311296f3a
authorTheodore Ts'o <tytso@mit.edu>
Tue, 8 Sep 2009 12:21:26 +0000 (8 08:21 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 14 Dec 2009 16:06:28 +0000 (14 08:06 -0800)
tree00b8a973f407bc1ba44350c3ba9fb089c6ca4483
parentf112250b558ed59538502992570272253b4ef129
ext4: print more sysadmin-friendly message in check_block_validity()

(cherry picked from commit 80e42468d65475e92651e62175bb7807773321d0)

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/ext4/inode.c