> I'm sorry to appear foolish, but as explained above, I genuinely don't
> understand why this does not belong in the kernel. I would be grateful for
> elaboration. If I really am being thick, then just ignore me and I'll just
> solve this for myself using route 4.
Oh, one other problem with doing it in the kernel via INIT_TASK:
You end up affining any kernel threads, which you absolutely do not want
to do _implicitly_. Maybe explicitly, but certainly not implicitly as a
blind consequence.
Doing it via init is really the way to go.
Regards,
Robert Love
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/