Artem Bityutskiy 67e753ca41 UBIFS: make space fixup work in the remount case
The UBIFS space fixup is a useful feature which allows to fixup the "broken"
flash space at the time of the first mount. The "broken" space is usually the
result of using a "dumb" industrial flasher which is not able to skip empty
NAND pages and just writes all 0xFFs to the empty space, which has grave
side-effects for UBIFS when UBIFS trise to write useful data to those empty
pages.

The fix-up feature works roughly like this:
1. mkfs.ubifs sets the fixup flag in UBIFS superblock when creating the image
   (see -F option)
2. when the file-system is mounted for the first time, UBIFS notices the fixup
   flag and re-writes the entire media atomically, which may take really a lot
   of time.
3. UBIFS clears the fixup flag in the superblock.

This works fine when the file system is mounted R/W for the very first time.
But it did not really work in the case when we first mount the file-system R/O,
and then re-mount R/W. The reason was that we started the fixup procedure too
late, which we cannot really do because we have to fixup the space before it
starts being used.

Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Reported-by: Mark Jackson <mpfj-list@mimc.co.uk>
Cc: stable@vger.kernel.org # 3.0+
2013-03-14 11:20:22 +02:00
..
2012-10-02 20:47:48 -07:00
2012-08-31 17:32:58 +03:00
2012-08-31 17:32:57 +03:00
2012-08-31 17:32:58 +03:00
2013-02-22 23:31:31 -05:00
2012-08-31 17:32:57 +03:00
2012-05-20 20:25:59 +03:00
2013-02-22 23:31:31 -05:00
2012-05-16 19:53:46 +03:00
2012-08-31 17:32:57 +03:00
2012-08-31 17:32:58 +03:00
2012-05-20 20:25:59 +03:00
2011-07-04 10:54:33 +03:00
2012-08-31 17:32:57 +03:00
2012-08-31 17:32:58 +03:00
2012-10-02 20:47:48 -07:00
2012-08-31 17:32:57 +03:00
2012-08-31 17:32:58 +03:00
2012-05-22 19:30:27 -07:00
2012-05-22 19:30:27 -07:00