]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ocfs2: one function call less in ocfs2_init_slot_info() 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)
commit9a265c1d010a6a37c4a9187260a34036321843bb
tree47c7a1572fc5f1b544c9830b922657a804dd28e2
parent1ea76114b4c036af97b001d9a2a448693076bae0
ocfs2: one function call less in ocfs2_init_slot_info() after error detection

__ocfs2_free_slot_info() was called by ocfs2_init_slot_info() even if a
call of the kzalloc() 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/slot_map.c