Subject: re: p_flag in struct proc: int -> uint64_t
To: Jason Thorpe <thorpej@shagadelic.org>
From: matthew green <mrg@eterna.com.au>
List: tech-kern
Date: 10/09/2006 11:53:26
> - 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.
i agree. we should move away from link sets even tho they are really
quite handy...
.mrg.