From: Joseph Qi Date: Thu, 9 Oct 2014 22:24:58 +0000 (-0700) Subject: ocfs2: call o2quo_exit() if malloc failed in o2net_init() X-Git-Tag: fixes-against-v3.18-rc2~137^2~150 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a4e07c1bdbbc24d905e4c266b92cada9371db5d;p=pandora-kernel.git ocfs2: call o2quo_exit() if malloc failed in o2net_init() In o2net_init, if malloc failed, it directly returns -ENOMEM. Then o2quo_exit won't be called in init_o2nm. Signed-off-by: Joseph Qi Reviewed-by: joyce.xue Cc: Mark Fasheh Cc: Joel Becker Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed