cvs commit: src/sys/vm vm_contig.c
Alan Cox
alc at FreeBSD.org
Tue Jan 24 22:45:57 PST 2006
alc 2006-01-25 06:45:57 UTC
FreeBSD src repository
Modified files:
sys/vm vm_contig.c
Log:
The previous revision incorrectly changed a switch statement into an if
statement. Specifically, a break statement that previously broke out of
the enclosing switch was not changed. Consequently, the enclosing loop
terminated prematurely.
This could result in "vm_page_insert: page already inserted" panics.
Submitted by: tegge
Revision Changes Path
1.46 +3 -3 src/sys/vm/vm_contig.c
More information about the cvs-all
mailing list