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(). _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"