From: Markus Elfring Date: Tue, 14 Apr 2015 22:42:59 +0000 (-0700) Subject: ocfs2: one function call less in user_cluster_connect() after error detection X-Git-Tag: omap-for-v4.1/fixes-rc1~151^2~111 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43ee9cad8a81954eea893b52e08d0c00ca9baccc;p=pandora-kernel.git ocfs2: one function call less in user_cluster_connect() after error detection kfree() was called by user_cluster_connect() even if a previous call of the kzalloc() function failed. Return from this implementation directly after failure detection. Signed-off-by: Markus Elfring Cc: Mark Fasheh Cc: Joel Becker Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed