Searched hist:"629 a3b5f0b1c09025546e110ea2b2a67335ed8c5" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/ocfs2/ |
H A D | alloc.c | diff 629a3b5f0b1c09025546e110ea2b2a67335ed8c5 Tue Apr 14 17:42:53 CDT 2015 Markus Elfring <elfring@users.sourceforge.net> 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> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|