From: NeilBrown Date: Wed, 9 Nov 2005 05:39:29 +0000 (-0800) Subject: [PATCH] md: minor MD fixes X-Git-Tag: v2.6.15-rc1~92 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31399d9e56abeec4d819f07eefc97f30b5d5ed75;p=pandora-kernel.git [PATCH] md: minor MD fixes 1/ Use reduce stack usage, because 'gcc' apparently doesn't overlay different variables that are in separate scopes... 2/ Use test_bit instead of ( .. & 1<< ..) which in this case is buggy. Thanks to Andrew Morton Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed