svn commit: r191874 - head/sys/vm

Alan Cox alc at FreeBSD.org
Thu May 7 05:44:14 UTC 2009


Author: alc
Date: Thu May  7 05:44:13 2009
New Revision: 191874
URL: http://svn.freebsd.org/changeset/base/191874

Log:
  Eliminate an incorrect comment.

Modified:
  head/sys/vm/vm_fault.c

Modified: head/sys/vm/vm_fault.c
==============================================================================
--- head/sys/vm/vm_fault.c	Thu May  7 05:42:13 2009	(r191873)
+++ head/sys/vm/vm_fault.c	Thu May  7 05:44:13 2009	(r191874)
@@ -1248,8 +1248,6 @@ vm_fault_copy_entry(dst_map, src_map, ds
  *
  * Return value:
  *  number of pages in marray
- *
- * This routine can't block.
  */
 static int
 vm_fault_additional_pages(m, rbehind, rahead, marray, reqpage)


More information about the svn-src-head mailing list