From: NeilBrown Date: Wed, 18 Aug 2010 06:16:05 +0000 (+1000) Subject: md raid-1/10 Fix bio_rw bit manipulations again X-Git-Tag: v2.6.36-rc2~43^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c7d46ec192e4f2b350f67a0e185b9bce646cd6b;p=pandora-kernel.git md raid-1/10 Fix bio_rw bit manipulations again commit 7b6d91daee5cac6402186ff224c3af39d79f4a0e changed the behaviour of a few variables in raid1 and raid10 from flags to bit-sets, but left them as type 'bool' so they did not work. Change them (back) to unsigned long. (historical note: see 1ef04fefe2241087d9db7e9615c3f11b516e36cf) Signed-off-by: NeilBrown Reported-by: Jiri Slaby and many others --- Reading git-diff-tree failed