]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ocfs2: null deref on allocation error
authorDan Carpenter <error27@gmail.com>
Sun, 29 May 2011 19:57:16 +0000 (22:57 +0300)
committerJoel Becker <jlbec@evilplan.org>
Wed, 1 Jun 2011 02:03:45 +0000 (19:03 -0700)
commit87f0d5c8db7aad85b9120c26723fdc63cd84a460
tree7233a07d4a4ac888db738c1ddd25b868ec13c8f3
parent3d75be7c4771c7e4d5b5fa586a599af8473de32c
ocfs2: null deref on allocation error

The original code had a null derefence in the error handling.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Joel Becker <jlbec@evilplan.org>
fs/ocfs2/ioctl.c