udf: One function call less in udf_fill_super() after error detection
authorMarkus Elfring <elfring@users.sourceforge.net>
Tue, 18 Nov 2014 17:29:10 +0000 (18:29 +0100)
committerJan Kara <jack@suse.cz>
Wed, 19 Nov 2014 20:56:06 +0000 (21:56 +0100)
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 <elfring@users.sourceforge.net>
Signed-off-by: Jan Kara <jack@suse.cz>

No differences found