commit | 24676da469f50f433baa347845639662c561d1f6 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sun May 16 21:00:00 2010 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun May 16 21:00:00 2010 -0400 |
tree | b4b8205f8b50376af286193d0dcbe76f2bc2d1e1 | |
parent | 2ed886852adfcb070bf350e66a0da0d98b2f3ab5 [diff] |
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>