]> git.baikalelectronics.ru Git - kernel.git/commit
ocfs2: potential ERR_PTR dereference on error paths
authorDan Carpenter <error27@gmail.com>
Thu, 22 Apr 2010 09:39:29 +0000 (11:39 +0200)
committerJoel Becker <joel.becker@oracle.com>
Fri, 23 Apr 2010 21:42:06 +0000 (14:42 -0700)
commit383b066e286aff05246cc5805f3c24745af747c2
tree17b2166b5c71e22571b0c244e130325d33bb77aa
parent621762ec54ee3de12bc8bb5d7b2df19aea0b8d3c
ocfs2: potential ERR_PTR dereference on error paths

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>
Cc: <stable@kernel.org>
Signed-off-by: Joel Becker <joel.becker@oracle.com>
fs/ocfs2/inode.c