Subject: Re: procfs locking troubles
To: None <current-users@NetBSD.org>
From: enami tsugutomo <enami@but-b.or.jp>
List: current-users
Date: 02/15/2004 22:27:38
> +			FILE_USE(fp);
> +			FILE_UNUSE(fp, p);

I guess simple_unlock() is enough since there is already such usage.

enami.