git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e831d73
)
UBIFS: fix races in bit-fields
author
Artem Bityutskiy
<Artem.Bityutskiy@nokia.com>
Mon, 8 Sep 2008 13:38:01 +0000
(16:38 +0300)
committer
Artem Bityutskiy
<Artem.Bityutskiy@nokia.com>
Sat, 25 Oct 2008 15:47:35 +0000
(18:47 +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>
No differences found