Date: Wed, 17 Mar 2004 15:25:04 -0800 (PST) From: Alan Cox <alc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_cow.c Message-ID: <200403172325.i2HNP4gf050403@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403172325.i2HNP4gf050403>