Date: Tue, 26 Jun 2007 18:24:06 +0000 (UTC) From: Alan Cox <alc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_pageout.c Message-ID: <200706261824.l5QIO6eY089129@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2007-06-26 18:24:06 UTC FreeBSD src repository Modified files: sys/vm vm_pageout.c Log: Eliminate the use of Giant from vm_daemon(). Replace the unconditional use of Giant in vm_pageout_scan() with VFS_LOCK_GIANT(). Approved by: re (kensmith) MFC after: 3 weeks Revision Changes Path 1.288 +27 -21 src/sys/vm/vm_pageout.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706261824.l5QIO6eY089129>