On Sat, Oct 29, 2005 at 01:01:55AM +0200, Christoph Hellwig wrote: > /* > - * Note - we always use TASK_INTERRUPTIBLE even if the module > - * was loaded as part of the kernel. The reason is that > - * UNINTERRUPTIBLE would cause this thread to be counted in > - * the load average as a running process, and an interruptible > - * wait doesn't. > + * We use TASK_INTERRUPTIBLE so that the thread is not > + * counted against the load average as a running process. > + * We never actually get interrupted because kthread_run > + * disables singal delivery for the created thread. tpyo "signal". - : send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html