From: Dan Carpenter Date: Mon, 10 Jan 2011 17:10:50 +0000 (-0500) Subject: ext4: use IS_ERR() to check for errors in ext4_error_file X-Git-Tag: v2.6.38-rc1~409^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9a62d090cf47fae2fe6f6bd8eb9f24482573fd8;p=pandora-kernel.git ext4: use IS_ERR() to check for errors in ext4_error_file 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 --- Reading git-diff-tree failed