Date: Mon, 3 Jan 2011 00:41:56 +0000 (UTC) From: Alan Cox <alc@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/vm vm_page.c vm_pageout.c Message-ID: <201101030042.p030gHmM087969@repoman.freebsd.org>
index | next in thread | raw e-mail
alc 2011-01-03 00:41:56 UTC
FreeBSD src repository
Modified files:
sys/vm vm_page.c vm_pageout.c
Log:
SVN rev 216899 on 2011-01-03 00:41:56Z by alc
Release the page lock early in vm_pageout_clean(). There is no reason to
hold this lock until the end of the function.
With the aforementioned change to vm_pageout_clean(), page locks don't need
to support recursive (MTX_RECURSE) or duplicate (MTX_DUPOK) acquisitions.
Reviewed by: kib
Revision Changes Path
1.431 +1 -2 src/sys/vm/vm_page.c
1.332 +3 -3 src/sys/vm/vm_pageout.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101030042.p030gHmM087969>
