From: Artem Bityutskiy Date: Mon, 8 Sep 2008 13:38:01 +0000 (+0300) Subject: UBIFS: fix races in bit-fields X-Git-Tag: v2.6.28-rc1~98^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba60ecabf067c8ecbde47af4d99b74ee57234d8e;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