From: Artem Bityutskiy Date: Mon, 8 Sep 2008 13:13:38 +0000 (+0300) Subject: UBIFS: use bit-fields when possible X-Git-Tag: v2.6.28-rc1~98^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=625bf371c1522764fc1cf2981b041c5f9a19e894;p=pandora-kernel.git 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 --- Reading git-diff-tree failed