PERFORCE change 129430 for review

Kip Macy kmacy at FreeBSD.org
Fri Nov 23 14:59:48 PST 2007


http://perforce.freebsd.org/chv.cgi?CH=129430

Change 129430 by kmacy at kmacy:storage:toestack on 2007/11/23 22:59:39

	compile fix

Affected files ...

.. //depot/projects/toestack/sys/vm/vm_fault.c#6 edit

Differences ...

==== //depot/projects/toestack/sys/vm/vm_fault.c#6 (text+ko) ====

@@ -1408,7 +1408,8 @@
 			goto error;
 	} 
 	goto retry;
-	
+
+error:	
 	vm_page_lock_queues();
 	for (pages = mp, va = start; va < pageslen; va += PAGE_SIZE, pages++) 
 		if (*pages)


More information about the p4-projects mailing list