From: Oleg Nesterov Date: Fri, 19 Jun 2009 00:51:13 +0000 (+0200) Subject: update the comment in kthread_stop() X-Git-Tag: v2.6.31-rc5~93 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ae260270c90643156cda73427aa1f04c923e627;p=pandora-kernel.git update the comment in kthread_stop() Commit 63706172f332fd3f6e7458ebfb35fa6de9c21dc5 ("kthreads: rework kthread_stop()") removed the limitation that the thread function mysr not call do_exit() itself, but forgot to update the comment. Since that commit it is OK to use kthread_stop() even if kthread can exit itself. Signed-off-by: Oleg Nesterov Signed-off-by: Rusty Russell Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed