From: Artem Bityutskiy Date: Mon, 8 Sep 2008 13:38:01 +0000 (+0300) Subject: UBIFS: fix races in bit-fields X-Git-Tag: Release-2010-05/1~3^2~188 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=582fbd5f156c065689d3faee708ea26c31f92a06;p=pandora-kernel.git UBIFS: fix races in bit-fields 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 --- Reading git-diff-tree failed