Subject: Re: p_flag in struct proc: int -> uint64_t
To: Juergen Hannken-Illjes <hannken@eis.cs.tu-bs.de>
From: Jason Thorpe <thorpej@shagadelic.org>
List: tech-kern
Date: 10/08/2006 17:06:42
On Oct 8, 2006, at 1:10 AM, Juergen Hannken-Illjes wrote:

> - It would be nice to have a static __link_set_xxx based creator so  
> a subsystem
>    may create a key without the need of an explicit init() function.

I'll think about it.  I have come to realize that __link_set_* is  
really not so great, and that the right thing to do is to force each  
subsystem to have "init" and "fini" routines that are called based on  
a dependency graph.

-- thorpej