commit | abb3e01103eb4e2ea5c15e6fedbc74e08bd4cc2b | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | Sat Aug 18 14:11:42 2012 +0200 |
committer | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | Tue Sep 04 09:39:01 2012 +0300 |
tree | a83d9e615df93b083d6018b0bf5dea3f7f25bdf0 | |
parent | db7e21c21f293d52f5363fe8d9ee91d6bd0a503a [diff] |
UBI: fix autoresize handling in R/O mode Currently UBI fails in autoresize when it is in R/O mode (e.g., because the underlying MTD device is R/O). This patch fixes the issue - we just skip autoresize and print a warning. Reported-by: Pali Rohár <pali.rohar@gmail.com> Cc: stable@vger.kernel.org Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>