K 10 svn:author V 3 alc K 8 svn:date V 27 2006-01-25T06:45:57.000000Z K 7 svn:log V 332 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 END