commit | 625bf371c1522764fc1cf2981b041c5f9a19e894 | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Mon Sep 08 16:13:38 2008 +0300 |
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Tue Sep 30 11:12:57 2008 +0300 |
tree | 9a3530c1e71a612c510b7072ecffd31628fe60a6 | |
parent | ccb3eba72453a3b5aa37dda02e3a690449e3d229 [diff] |
UBIFS: use bit-fields when possible 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>