login
Header Space

 
 

Mailing list archives

Search results

Found 9 matching messages (0.159 seconds). Page 1 of 1.

[PATCH] mtd_blkdevs: Convert to use the kthread API

... --- drivers/mtd/mtd_blkdevs.c | 19 +++++-------------- 1 files changed, 5 ... +#include kthread.h> #include ... 5.0.g53756 - To unsubscribe from this list: send the line "unsubscribe ...

linux-kernel - Eric W. Biederman - Apr 19 2007 - 02:55

[PATCH] mtd_blkdevs: Convert to use the kthread API

... --- drivers/mtd/mtd_blkdevs.c | 19 +++++-------------- 1 files changed, 5 ... +#include kthread.h> #include ... 5.0.g53756 - To unsubscribe from this list: send the line "unsubscribe ...

linux-kernel - Eric W. Biederman - Apr 19 2007 - 03:58

Re: [PATCH] mtd_blkdevs: Convert to use the kthread API

... directly. This is the full conversion I sent to Dave in ... linux-2.6/drivers/mtd/mtd_blkdevs.c =================================================================== --- linux-2.6.orig/ ... +#include kthread.h> #include

linux-kernel - Christoph Hellwig - Apr 22 2007 - 08:24

Re: [PATCH] mtd_blkdevs: Convert to use the kthread API

... directly. > > This is the full conversion I sent to Dave in ... linux-2.6/drivers/mtd/mtd_blkdevs.c =================================================================== --- linux-2.6.orig ... linux/mutex.h> +#include kthread.h> #include

linux-kernel - Christoph Hellwig - Apr 22 2007 - 15:40

Re: [PATCH] mtd_blkdevs: Convert to use the kthread API

... ? Having already applied Eric's patch, this is the delta to yours... diff --git a/drivers/mtd/mtd_blkdevs.c b/ ... mtd_blktrans_ops *tr) mutex_lock(&mtd_table_mutex); /* Clean up the kernel thread */ - tr->blkcore_priv->exiting = 1 ...

linux-kernel - David Woodhouse - Apr 22 2007 - 09:23

Re: [PATCH] mtd_blkdevs: Convert to use the kthread API

... ebiederm@xmission.com> - unquoted > > thread_run is used intead of kernel_thread, daemonize, and mucking ... really want people to use kthread_run, but not the kthread stopping mechanisms, ... stopping. This is just the first patch in your series where the ...

linux-kernel - Christoph Hellwig - Apr 19 2007 - 12:47

Re: [PATCH] mtd_blkdevs: Convert to use the kthread API

... - unquoted >> >> thread_run is used intead of kernel_thread, daemonize, and mucking ... > want people to use kthread_run, but not the kthread stopping > mechanisms, ... so I would be certain my patches were correct. I care about ...

linux-kernel - Eric W. Biederman - Apr 19 2007 - 15:13

Re: [PATCH] mtd_blkdevs: Convert to use the kthread API

... ebiederm@xmission.com> - unquoted > >> > >> thread_run is used intead of kernel_thread, daemonize, and ... > want people to use kthread_run, but not the kthread stopping > > mechanisms, ... so I would be > certain my patches were correct. > > I care about ...

linux-kernel - Andrew Morton - Apr 19 2007 - 18:26

Re: [PATCH] mtd_blkdevs: Convert to use the kthread API

... > Can you show me why the thread won't now miss a ... the list of threads attached to the waitqueue and then calls curr->func, which expands to try_to_wake_up. So when your thread ... To unsubscribe from this list: send the line "unsubscribe linux-kernel" in ...

linux-kernel - Christoph Hellwig - Apr 22 2007 - 15:26

speck-geostationary