svn commit: r323802 - stable/11/sys/vm
Konstantin Belousov
kib at FreeBSD.org
Wed Sep 20 09:17:49 UTC 2017
Author: kib
Date: Wed Sep 20 09:17:48 2017
New Revision: 323802
URL: https://svnweb.freebsd.org/changeset/base/323802
Log:
MFC r321330 (by br):
Style.
Modified:
stable/11/sys/vm/vm_object.h
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/vm/vm_object.h
==============================================================================
--- stable/11/sys/vm/vm_object.h Wed Sep 20 09:11:27 2017 (r323801)
+++ stable/11/sys/vm/vm_object.h Wed Sep 20 09:17:48 2017 (r323802)
@@ -176,11 +176,11 @@ struct vm_object {
#define OBJ_FICTITIOUS 0x0001 /* (c) contains fictitious pages */
#define OBJ_UNMANAGED 0x0002 /* (c) contains unmanaged pages */
#define OBJ_POPULATE 0x0004 /* pager implements populate() */
-#define OBJ_DEAD 0x0008 /* dead objects (during rundown) */
+#define OBJ_DEAD 0x0008 /* dead objects (during rundown) */
#define OBJ_NOSPLIT 0x0010 /* dont split this object */
#define OBJ_UMTXDEAD 0x0020 /* umtx pshared was terminated */
-#define OBJ_PIPWNT 0x0040 /* paging in progress wanted */
-#define OBJ_MIGHTBEDIRTY 0x0100 /* object might be dirty, only for vnode */
+#define OBJ_PIPWNT 0x0040 /* paging in progress wanted */
+#define OBJ_MIGHTBEDIRTY 0x0100 /* object might be dirty, only for vnode */
#define OBJ_TMPFS_NODE 0x0200 /* object belongs to tmpfs VREG node */
#define OBJ_TMPFS_DIRTY 0x0400 /* dirty tmpfs obj */
#define OBJ_COLORED 0x1000 /* pg_color is defined */
More information about the svn-src-stable
mailing list