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)
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>

No differences found