PERFORCE change 200150 for review

John Baldwin jhb at FreeBSD.org
Thu Oct 13 14:31:40 UTC 2011


http://p4web.freebsd.org/@@200150?ac=10

Change 200150 by jhb at jhb_jhbbsd on 2011/10/13 14:31:16

	Typo.

Affected files ...

.. //depot/projects/fadvise/sys/vm/vnode_pager.c#2 edit

Differences ...

==== //depot/projects/fadvise/sys/vm/vnode_pager.c#2 (text+ko) ====

@@ -1150,7 +1150,7 @@
 	VM_OBJECT_UNLOCK(object);
 
 	/*
-	 * pageouts are already clustered, use IO_ASYNC t o force a bawrite()
+	 * pageouts are already clustered, use IO_ASYNC to force a bawrite()
 	 * rather then a bdwrite() to prevent paging I/O from saturating 
 	 * the buffer cache.  Dummy-up the sequential heuristic to cause
 	 * large ranges to cluster.  If neither IO_SYNC or IO_ASYNC is set,


More information about the p4-projects mailing list