Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Sep 2014 03:16:57 +0000 (UTC)
From:      Alan Cox <alc@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r271417 - head/sys/vm
Message-ID:  <201409110316.s8B3Gv1h046058@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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().



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409110316.s8B3Gv1h046058>