ext4: use IS_ERR() to check for errors in ext4_error_file
authorDan Carpenter <error27@gmail.com>
Mon, 10 Jan 2011 17:10:50 +0000 (12:10 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 10 Jan 2011 17:10:50 +0000 (12:10 -0500)
d_path() returns an ERR_PTR and it doesn't return NULL.  This is in
ext4_error_file() and no one actually calls ext4_error_file().

Signed-off-by: Dan Carpenter <error27@gmail.com>

No differences found