From: Jan Kara Date: Mon, 20 Oct 2008 17:23:53 +0000 (+0200) Subject: ocfs2: Fix checking of return value of new_inode() X-Git-Tag: v2.6.28-rc5~82^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87cfa004321c62aec681713ea48e0b846336d9f4;p=pandora-kernel.git ocfs2: Fix checking of return value of new_inode() new_inode() does not return ERR_PTR() but NULL in case of failure. Correct checking of the return value. Signed-off-by: Jan Kara Signed-off-by: Joel Becker Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed