alc 2007-08-26 00:27:49 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/vm vm_pageout.c
Log:
MFC revisions 1.288 and 1.289
Eliminate the use of Giant from vm_daemon(). Replace the unconditional
use of Giant in vm_pageout_scan() with VFS_LOCK_GIANT().
Revision Changes Path
1.268.2.4 +36 -31 src/sys/vm/vm_pageout.c