cvs commit: src/sys/vm vm_page.c
Alan Cox
alc at FreeBSD.org
Thu Apr 24 23:35:06 PDT 2003
alc 2003/04/24 23:35:05 PDT
FreeBSD src repository
Modified files:
sys/vm vm_page.c
Log:
- Relax the Giant required in vm_page_remove().
- Remove the Giant required from vm_page_free_toq(). (Any locking
errors will be caught by vm_page_remove().)
This remedies a panic that occurred when kmem_malloc(NOWAIT) performed
without Giant failed to allocate the necessary pages.
Reported by: phk
Revision Changes Path
1.248 +2 -3 src/sys/vm/vm_page.c
More information about the cvs-src
mailing list