From: Markus Elfring Date: Tue, 14 Apr 2015 22:42:48 +0000 (-0700) Subject: ocfs2: less function calls in ocfs2_figure_merge_contig_type() after error detection X-Git-Tag: omap-for-v4.1/fixes-rc1~151^2~115 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06a269ccdf0550671667f5cfa00bdabb6bf05259;p=pandora-kernel.git ocfs2: less function calls in ocfs2_figure_merge_contig_type() after error detection ocfs2_free_path() was called in some cases by ocfs2_figure_merge_contig_type() during error handling even if the passed variables "left_path" and "right_path" contained still a null pointer. Corresponding implementation details could be improved by adjustments for jump labels according to the current Linux coding style convention. 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