svn commit: r271417 - head/sys/vm

Alan Cox alc at FreeBSD.org
Thu Sep 11 03:16:58 UTC 2014


Author: alc
Date: Thu Sep 11 03:16:57 2014
New Revision: 271417
URL: http://svnweb.freebsd.org/changeset/base/271417

Log:
  Update a stale comment.

Modified:
  head/sys/vm/vm_object.h

Modified: head/sys/vm/vm_object.h
==============================================================================
--- head/sys/vm/vm_object.h	Thu Sep 11 02:42:20 2014	(r271416)
+++ head/sys/vm/vm_object.h	Thu Sep 11 03:16:57 2014	(r271417)
@@ -199,7 +199,7 @@ struct vm_object {
 
 #define OBJPC_SYNC	0x1			/* sync I/O */
 #define OBJPC_INVAL	0x2			/* invalidate */
-#define OBJPC_NOSYNC	0x4			/* skip if PG_NOSYNC */
+#define OBJPC_NOSYNC	0x4			/* skip if VPO_NOSYNC */
 
 /*
  * The following options are supported by vm_object_page_remove().


More information about the svn-src-all mailing list