rwatson 2005-03-12 12:27:47 UTC
FreeBSD src repository
Modified files:
sys/kern uipc_accf.c
Log:
Part two of post-SMPng cleanup of accept filter registration: perform all
allocation up front before grabbing the socket mutex and doing the
registration work. The result is a lot cleaner.
Revision Changes Path
1.17 +16 -34 src/sys/kern/uipc_accf.c