cvs commit: src/sys/kern uipc_usrreq.c

Alfred Perlstein alfred at freebsd.org
Fri Jun 11 02:48:17 GMT 2004


* Robert Watson <rwatson at freebsd.org> [040610 19:18] wrote:
> 
> Agreed.  If the caller doesn't mind us dropping the unp_mtx, the first
> logical thing to try is to replace unp_gcing with an sx lock (or the
> like), and only acquire unp_mtx when calling into code that needs it. 

That's not really needed.  The idea is just to avoid initiating another
gc scan while one is in progress.

I'll look at it if I find the time/motivation.

-- 
- Alfred Perlstein
- Research Engineering Development Inc.
- email: bright at mu.org cell: 408-480-4684


More information about the cvs-src mailing list