ext4: Use ext4_error_file() to print the pathname to the corrupted inode
authorTheodore Ts'o <tytso@mit.edu>
Mon, 10 Jan 2011 17:10:55 +0000 (12:10 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 10 Jan 2011 17:10:55 +0000 (12:10 -0500)
commitf7c21177af0b32a2cd9ee36189637f0c1f0e1e17
treeba83d4ddcd4b7e15ff575f0b75013ba9ed62f249
parentf9a62d090cf47fae2fe6f6bd8eb9f24482573fd8
ext4: Use ext4_error_file() to print the pathname to the corrupted inode

Where the file pointer is available, use ext4_error_file() instead of
ext4_error_inode().

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