Subject: Re: kern/30154
To: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
From: Christos Zoulas <christos@zoulas.com>
List: netbsd-bugs
Date: 05/09/2005 01:06:18
On May 9,  1:58pm, yamt@mwd.biglobe.ne.jp (YAMAMOTO Takashi) wrote:
-- Subject: Re: kern/30154

| > Well, unfortunately struct uidinfo is used for # of processes and
| > # of locks accounting, where locking with splsoftnet() does not make
| > a lot of sense. I will add the spl protection in chgsbsize() though.
| 
| i don't think it works, as far as the lock is shared between subsystems.
| (consider a network interrupt when the lock is held by vfs code.)

I guess I'll add the lock everywhere then.

christos