Subject: Re: Process credentials change
To: Christos Zoulas <christos@astron.com>
From: Jason Thorpe <thorpej@shagadelic.org>
List: tech-kern
Date: 07/10/2006 20:41:40
On Jul 10, 2006, at 3:57 PM, Christos Zoulas wrote:

> Seeing that credential changes happen rather infrequently, doesn't it
> make more sense to update the credential pointers of each lwp when the
> change is happening rather than upon each kernel entry?

Seems like that would only increase locking complexity, which defeats  
the entire purpose of the change.

-- thorpej