ext4: Convert calls of ext4_error() to EXT4_ERROR_INODE()
authorTheodore Ts'o <tytso@mit.edu>
Mon, 17 May 2010 01:00:00 +0000 (21:00 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 17 May 2010 01:00:00 +0000 (21:00 -0400)
commit24676da469f50f433baa347845639662c561d1f6
treeb4b8205f8b50376af286193d0dcbe76f2bc2d1e1
parent2ed886852adfcb070bf350e66a0da0d98b2f3ab5
ext4: Convert calls of ext4_error() to EXT4_ERROR_INODE()

EXT4_ERROR_INODE() tends to provide better error information and in a
more consistent format.  Some errors were not even identifying the inode
or directory which was corrupted, which made them not very useful.

Addresses-Google-Bug: #2507977

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/dir.c
fs/ext4/ext4.h
fs/ext4/extents.c
fs/ext4/inode.c
fs/ext4/move_extent.c
fs/ext4/namei.c
fs/ext4/xattr.c