]> git.hungrycats.org Git - linux/commit
UBI: fix autoresize handling in R/O mode
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Sat, 18 Aug 2012 12:11:42 +0000 (14:11 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 7 Oct 2012 15:35:55 +0000 (08:35 -0700)
commit905c44046f28fa8310ed74c7e460548da96d38fc
treef9eac2ab4ee52870c82c93a7fa0e2b67470bdae6
parent03d56491e106accd52a892be190e9ced2c383463
UBI: fix autoresize handling in R/O mode

commit abb3e01103eb4e2ea5c15e6fedbc74e08bd4cc2b upstream.

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>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/mtd/ubi/build.c