]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Revise socow_iodone() in light of recent sf_buf changes. Specifically,
authoralc <alc@FreeBSD.org>
Wed, 17 Mar 2004 23:25:04 +0000 (23:25 +0000)
committeralc <alc@FreeBSD.org>
Wed, 17 Mar 2004 23:25:04 +0000 (23:25 +0000)
commitd48f3c1617a812174563441a29dba92ae9f3d9dc
treeaaa646ea533098fb81f5fc584e59206ec26037f3
parent5091cee4e6b00274b99c80c60ca89b1bd7f41e08
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.
sys/kern/uipc_cow.c