From: NeilBrown Date: Wed, 26 Oct 2005 08:58:58 +0000 (-0700) Subject: [PATCH] md: make sure mdthreads will always respond to kthread_stop X-Git-Tag: v2.6.14~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8712e553562bbbed9b3a99370f08e9bc25908a76;p=pandora-kernel.git [PATCH] md: make sure mdthreads will always respond to kthread_stop There are still a couple of cases where md threads (the resync/recovery thread) is not interruptible since the change to use kthreads. All places there it tests "signal_pending", it should also test kthread_should_stop, as with this patch. Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed