ocfs2: potential ERR_PTR dereference on error paths
commit8cab1cb1cddb0731a0597575389230389ddea882
authorDan Carpenter <error27@gmail.com>
Thu, 22 Apr 2010 09:39:29 +0000 (22 11:39 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 12 May 2010 21:57:03 +0000 (12 14:57 -0700)
treedf2319d831d17d48b47d0947e774b0f0b4684995
parentbeeaab03ee04e5dd5e0ce48732a0d8e59554ef54
ocfs2: potential ERR_PTR dereference on error paths

commit 0350cb078f5035716ebdad4ad4709d02fe466a8a upstream.

If "handle" is non null at the end of the function then we assume it's a
valid pointer and pass it to ocfs2_commit_trans();

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Joel Becker <joel.becker@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/ocfs2/inode.c