From: Markus Elfring Date: Tue, 18 Nov 2014 17:29:10 +0000 (+0100) Subject: udf: One function call less in udf_fill_super() after error detection X-Git-Tag: omap-for-v3.20/drop-legacy-3517~142^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdf2657bc81b10dee856ec9f8fe5b201c0561e9d;p=pandora-kernel.git udf: One function call less in udf_fill_super() after error detection The iput() function was called in up to three cases by the udf_fill_super() function during error handling even if the passed data structure element contained still a null pointer. This implementation detail could be improved by the introduction of another jump label. Signed-off-by: Markus Elfring Signed-off-by: Jan Kara --- Reading git-diff-tree failed