https://github.com/torvalds/linux
Revision 8712e553562bbbed9b3a99370f08e9bc25908a76 authored by NeilBrown on 26 October 2005, 08:58:58 UTC, committed by Linus Torvalds on 26 October 2005, 17:39:42 UTC
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>
1 parent 6693e74
History
Tip revision: 8712e553562bbbed9b3a99370f08e9bc25908a76 authored by NeilBrown on 26 October 2005, 08:58:58 UTC
[PATCH] md: make sure mdthreads will always respond to kthread_stop
Tip revision: 8712e55
File Mode Size
Documentation
arch
crypto
drivers
fs
include
init
ipc
kernel
lib
mm
net
scripts
security
sound
usr
.gitignore -rw-r--r-- 391 bytes
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 87.1 KB
Kbuild -rw-r--r-- 1.2 KB
MAINTAINERS -rw-r--r-- 59.6 KB
Makefile -rw-r--r-- 42.5 KB
README -rw-r--r-- 14.4 KB
REPORTING-BUGS -rw-r--r-- 3.0 KB

README

back to top