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