From: NeilBrown Date: Mon, 14 Dec 2009 01:49:54 +0000 (+1100) Subject: md: remove needless setting of thread->timeout in raid10_quiesce X-Git-Tag: v2.6.33-rc1~284^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cd30fdc33cde9ae4ac55a1ccbbb89f3f7b9b2f2;p=pandora-kernel.git md: remove needless setting of thread->timeout in raid10_quiesce As bitmap_create and bitmap_destroy already set thread->timeout as appropriate, there is no need to do it in raid10_quiesce. There is a possible need to wake the thread after the timeout has been set low, but it is better to do that where the timeout is actually set low, in bitmap_create. Signed-off-by: NeilBrown --- Reading git-diff-tree failed