Re: [Devel] Re: [PATCH] bluetooth bnep: Convert to kthread API.

2007-04-21 Thread Satyam Sharma
Hello, On 4/20/07, Cedric Le Goater <[EMAIL PROTECTED]> wrote: Cedric Le Goater wrote: > Andrew Morton wrote: >> On Thu, 19 Apr 2007 01:58:51 -0600 >> "Eric W. Biederman" <[EMAIL PROTECTED]> wrote: >>> >>> >>> + task = kthread_run(bnep_session, s, "kbnepd %s", dev->name); >> It's unusual to

Re: [Devel] Re: [PATCH] bluetooth bnep: Convert to kthread API.

2007-04-21 Thread Satyam Sharma
Hello, On 4/20/07, Cedric Le Goater [EMAIL PROTECTED] wrote: Cedric Le Goater wrote: Andrew Morton wrote: On Thu, 19 Apr 2007 01:58:51 -0600 Eric W. Biederman [EMAIL PROTECTED] wrote: + task = kthread_run(bnep_session, s, kbnepd %s, dev-name); It's unusual to have a kernel thread which

Re: [Devel] Re: [PATCH] bluetooth bnep: Convert to kthread API.

2007-04-20 Thread Cedric Le Goater
Cedric Le Goater wrote: > Andrew Morton wrote: >> On Thu, 19 Apr 2007 01:58:51 -0600 >> "Eric W. Biederman" <[EMAIL PROTECTED]> wrote: >> >>> From: Eric W. Biederman <[EMAIL PROTECTED]> >>> >>> This patch starts kbenpd using kthread_run replacing >>> a combination of kernel_thread and daemonize.

Re: [Devel] Re: [PATCH] bluetooth bnep: Convert to kthread API.

2007-04-20 Thread Cedric Le Goater
Andrew Morton wrote: > On Thu, 19 Apr 2007 01:58:51 -0600 > "Eric W. Biederman" <[EMAIL PROTECTED]> wrote: > >> From: Eric W. Biederman <[EMAIL PROTECTED]> >> >> This patch starts kbenpd using kthread_run replacing >> a combination of kernel_thread and daemonize. Making >> the code a little

Re: [Devel] Re: [PATCH] bluetooth bnep: Convert to kthread API.

2007-04-20 Thread Cedric Le Goater
Andrew Morton wrote: On Thu, 19 Apr 2007 01:58:51 -0600 Eric W. Biederman [EMAIL PROTECTED] wrote: From: Eric W. Biederman [EMAIL PROTECTED] This patch starts kbenpd using kthread_run replacing a combination of kernel_thread and daemonize. Making the code a little simpler and more

Re: [Devel] Re: [PATCH] bluetooth bnep: Convert to kthread API.

2007-04-20 Thread Cedric Le Goater
Cedric Le Goater wrote: Andrew Morton wrote: On Thu, 19 Apr 2007 01:58:51 -0600 Eric W. Biederman [EMAIL PROTECTED] wrote: From: Eric W. Biederman [EMAIL PROTECTED] This patch starts kbenpd using kthread_run replacing a combination of kernel_thread and daemonize. Making the code a little