Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[PATCH] Remove reference to kthread_create_on_cpu

9 views
Skip to first unread message

Anton Blanchard

unread,
Feb 8, 2010, 11:20:02 PM2/8/10
to

kthread_create_on_cpu doesn't exist so update a comment in kthread.c to
reflect this.

Signed-off-by: Anton Blanchard <an...@samba.org>
---

Index: linux.trees.git/kernel/kthread.c
===================================================================
--- linux.trees.git.orig/kernel/kthread.c 2010-01-12 12:26:56.000000000 +1100
+++ linux.trees.git/kernel/kthread.c 2010-02-09 15:05:59.000000000 +1100
@@ -101,7 +101,7 @@ static void create_kthread(struct kthrea
*
* Description: This helper function creates and names a kernel
* thread. The thread will be stopped: use wake_up_process() to start
- * it. See also kthread_run(), kthread_create_on_cpu().
+ * it. See also kthread_run().
*
* When woken, the thread will run @threadfn() with @data as its
* argument. @threadfn() can either call do_exit() directly if it is a
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majo...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

Rusty Russell

unread,
Feb 9, 2010, 12:40:02 AM2/9/10
to
On Tue, 9 Feb 2010 02:37:40 pm Anton Blanchard wrote:
>
> kthread_create_on_cpu doesn't exist so update a comment in kthread.c to
> reflect this.
>
> Signed-off-by: Anton Blanchard <an...@samba.org>

Acked-by: Rusty Russell <ru...@rustcorp.com.au>

Thanks!
Rusty.

Jiri Kosina

unread,
Feb 9, 2010, 5:30:02 AM2/9/10
to
On Tue, 9 Feb 2010, Rusty Russell wrote:

> > kthread_create_on_cpu doesn't exist so update a comment in kthread.c to
> > reflect this.
> >
> > Signed-off-by: Anton Blanchard <an...@samba.org>
>
> Acked-by: Rusty Russell <ru...@rustcorp.com.au>

Applied, thanks.

--
Jiri Kosina
SUSE Labs, Novell Inc.

tip-bot for Anton Blanchard

unread,
Feb 9, 2010, 6:00:04 AM2/9/10
to
Commit-ID: 301ba0457f1ed853fc08e57785f8c87fe7e49c68
Gitweb: http://git.kernel.org/tip/301ba0457f1ed853fc08e57785f8c87fe7e49c68
Author: Anton Blanchard <an...@samba.org>
AuthorDate: Tue, 9 Feb 2010 15:07:40 +1100
Committer: Ingo Molnar <mi...@elte.hu>
CommitDate: Tue, 9 Feb 2010 11:47:39 +0100

kthread, sched: Remove reference to kthread_create_on_cpu

kthread_create_on_cpu doesn't exist so update a comment in
kthread.c to reflect this.

Signed-off-by: Anton Blanchard <an...@samba.org>
Acked-by: Rusty Russell <ru...@rustcorp.com.au>
Cc: Peter Zijlstra <a.p.zi...@chello.nl>
LKML-Reference: <20100209040740.GB3702@kryten>
Signed-off-by: Ingo Molnar <mi...@elte.hu>
---
kernel/kthread.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kernel/kthread.c b/kernel/kthread.c
index fbb6222..82ed0ea 100644
--- a/kernel/kthread.c
+++ b/kernel/kthread.c
@@ -101,7 +101,7 @@ static void create_kthread(struct kthread_create_info *create)

0 new messages