cvs commit: src/sys/kern uipc_cow.c
Alan Cox
alc at FreeBSD.org
Wed Mar 17 15:25:05 PST 2004
alc 2004/03/17 15:25:04 PST
FreeBSD src repository
Modified files:
sys/kern uipc_cow.c
Log:
Revise socow_iodone() in light of recent sf_buf changes. Specifically,
use sf_buf_free() instead of sf_buf_mext() to consolidate all actions
that require the page queues lock in one critical section. While I'm
here remove unnecessary splvm() and splx() calls.
Revision Changes Path
1.19 +9 -5 src/sys/kern/uipc_cow.c
More information about the cvs-src
mailing list