Subject: Re: CVS commit: src/sys/kern
To: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
From: Christos Zoulas <christos@zoulas.com>
List: tech-kern
Date: 03/22/2005 21:01:53
On Mar 23,  9:15am, yamt@mwd.biglobe.ne.jp (YAMAMOTO Takashi) wrote:
-- Subject: Re: CVS commit: src/sys/kern

| > It does not make sense to free the uidinfo struct since it is used now
| > for multiple things (proccnt,lockcnt,sbsize) and it adds too much code
| > complexity. Instead add a uid_find() routine that returns the existing
| > struct or allocates a new one.
| 
| what's wrong with the freebsd's scheme?  ie. reference from credentials

Requires a lot of changes to the code. In the long run, it is probably
the right thing to do.

christos