diff options
author | NeilBrown <neilb@suse.de> | 2005-10-26 10:58:58 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-10-26 19:39:42 +0200 |
commit | 8712e553562bbbed9b3a99370f08e9bc25908a76 (patch) | |
tree | be13964a0701d19f9363a91ed5a130ed10ed4016 /mm | |
parent | PCI: be more verbose about resource quirks (diff) | |
download | linux-8712e553562bbbed9b3a99370f08e9bc25908a76.tar.xz linux-8712e553562bbbed9b3a99370f08e9bc25908a76.zip |
[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 <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions