]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ocfs2: less function calls in ocfs2_figure_merge_contig_type() after error detection
authorMarkus Elfring <elfring@users.sourceforge.net>
Tue, 7 Apr 2015 23:43:51 +0000 (09:43 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 7 Apr 2015 23:43:51 +0000 (09:43 +1000)
commite949750cc020c07b4ae6f5874cdce87ed9c2d170
tree04fe0d37074e7b13b57691cdfee88ecd11157787
parent3fdb17e6862916a4dfdc4cc3dc3f28b1fa3e7ab9
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 <elfring@users.sourceforge.net>
Cc: Mark Fasheh <mfasheh@suse.com>
Cc: Joel Becker <jlbec@evilplan.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/ocfs2/alloc.c