From: Artem Bityutskiy Date: Mon, 8 Sep 2008 13:13:38 +0000 (+0300) Subject: UBIFS: use bit-fields when possible X-Git-Tag: Release-2010-05/1~3^2~191 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a184de21f7312c36d9b29dd28ff560210f58aee0;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