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:
ed382d5
)
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>
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
patch
|
blob
|
history
diff --cc
fs/ubifs/ubifs.h
Simple merge