commit | ba60ecabf067c8ecbde47af4d99b74ee57234d8e | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Mon Sep 08 16:38:01 2008 +0300 |
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Tue Sep 30 11:12:58 2008 +0300 |
tree | f5dcd47beb1a9b0899768e932bacfc8496902d81 | |
parent | ed382d5898ccfc3d7ba775be2f1596f6a1547935 [diff] |
UBIFS: fix races in bit-fields 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>