UBIFS: fix races in bit-fields
authorArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Mon, 8 Sep 2008 13:38:01 +0000 (16:38 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Tue, 30 Sep 2008 08:12:58 +0000 (11:12 +0300)
We cannot store bit-fields together if the processes which
change them may race, unless we serialize them.

Thus, move the nospc and nospc_rp bit-fields eway from
the mount option/constant bit-fields, to avoid races.

Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
fs/ubifs/ubifs.h

Simple merge