From: Artem Bityutskiy Date: Mon, 7 Apr 2014 10:39:06 +0000 (+0300) Subject: UBIFS: fix remount error path X-Git-Tag: omap-for-v3.16/fixes-against-rc1~221^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcdd57c8902a936a616df2066d873b38ef3ed364;p=pandora-kernel.git UBIFS: fix remount error path Dan's "smatch" checker found out that there was a bug in the error path of the 'ubifs_remount_rw()' function. Instead of jumping to the "out" label which cleans-things up, we just returned. This patch fixes the problem. Reported-by: Dan Carpenter Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed