From: Dan Williams Date: Tue, 8 Nov 2011 05:22:06 +0000 (+1100) Subject: md/raid5: STRIPE_ACTIVE has lock semantics, add barriers X-Git-Tag: v3.2-rc2~29^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=257a4b42af7586fab4eaec7f04e6896b86551843;p=pandora-kernel.git md/raid5: STRIPE_ACTIVE has lock semantics, add barriers All updates that occur under STRIPE_ACTIVE should be globally visible when STRIPE_ACTIVE clears. test_and_set_bit() implies a barrier, but clear_bit() does not. This is suitable for 3.1-stable. Signed-off-by: Dan Williams Signed-off-by: NeilBrown Cc: stable@kernel.org --- Reading git-diff-tree failed