On 11/26, Oleg Nesterov wrote: > > Any reason why daemonized kthread still uses 1,1 special pids?
Actually, I guess the reason is that this was not possible before. Now that set_special_pids uses "struct pid" we can do this. Perhaps it is better to move the callsite to reparent_to_kthreadd() and kill set_sepcial_pids(). Oleg. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

