commit | fcdd57c8902a936a616df2066d873b38ef3ed364 | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | Mon Apr 07 13:39:06 2014 +0300 |
committer | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | Mon May 05 09:31:33 2014 +0300 |
tree | e1fee915497b3efa4f1ab3397de974062ff9dc35 | |
parent | 89ca3b881987f5a4be4c5dbaa7f0df12bbdde2fd [diff] |
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 <dan.carpenter@oracle.com> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>