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:
f99d2f2
)
UBIFS: use bit-fields when possible
author
Artem Bityutskiy
<Artem.Bityutskiy@nokia.com>
Mon, 8 Sep 2008 13:13:38 +0000
(16:13 +0300)
committer
Artem Bityutskiy
<Artem.Bityutskiy@nokia.com>
Sat, 25 Oct 2008 15:47:35 +0000
(18:47 +0300)
The "bulk_read" and "no_chk_data_crc" have only 2 values -
0 and 1. We already have bit-fields in corresponding data
structers, so make "bulk_read" and "no_chk_data_crc"
bit-fields as well.
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
No differences found