]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ocfs2: one function call less in ocfs2_merge_rec_right() after error detection
authorMarkus Elfring <elfring@users.sourceforge.net>
Tue, 7 Apr 2015 23:43:52 +0000 (09:43 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 7 Apr 2015 23:43:52 +0000 (09:43 +1000)
commit1ea76114b4c036af97b001d9a2a448693076bae0
tree6039ec7d6d4085762a4f9cce6e25f099ededbd80
parentbe3eaadd2eea4f077155c6f03cced1cc753f0690
ocfs2: one function call less in ocfs2_merge_rec_right() after error detection

ocfs2_free_path() was called by ocfs2_merge_rec_right() even if a call of
the ocfs2_get_right_path() function failed.

Return from this implementation directly after corresponding
exception handling.

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