Artem Bityutskiy 18d1d7fbcc UBIFS: introduce mounting flag
This is a preparational patch which removes the 'c->always_chk_crc' which was
set during mounting and remounting to R/W mode and introduces 'c->mounting'
flag which is set when mounting. Now the 'c->always_chk_crc' flag is the
same as 'c->remounting_rw && c->mounting'.

This patch is a preparation for the next one which will need to know when we
are mounting and remounting to R/W mode, which is exactly what
'c->always_chk_crc' effectively is, but its name does not suite the
next patch. The other possibility would be to just re-name it, but then
we'd end up with less logical flags coverage.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
2011-01-17 23:24:30 +02:00
..
2008-12-31 14:13:24 +02:00
2010-10-25 21:26:11 -04:00
2009-03-08 13:29:09 +02:00
2010-09-19 21:07:58 +03:00
2011-01-17 23:24:30 +02:00
2009-07-12 12:22:34 -07:00
2010-09-19 21:07:58 +03:00
2009-09-15 17:09:48 +03:00
2008-07-15 17:35:24 +03:00
2010-09-19 21:07:58 +03:00
2011-01-17 23:24:30 +02:00
2008-09-30 11:12:57 +03:00
2011-01-17 23:24:30 +02:00
2011-01-17 23:24:30 +02:00