Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157093211
D30258.id89275.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D30258.id89275.diff
View Options
diff --git a/sys/fs/tmpfs/tmpfs.h b/sys/fs/tmpfs/tmpfs.h
--- a/sys/fs/tmpfs/tmpfs.h
+++ b/sys/fs/tmpfs/tmpfs.h
@@ -45,7 +45,7 @@
MALLOC_DECLARE(M_TMPFSNAME);
#endif
-#define OBJ_TMPFS OBJ_PAGERPRIV /* has tmpfs vnode allocated */
+#define OBJ_TMPFS OBJ_PAGERPRIV1 /* has tmpfs vnode allocated */
/*
* Internal representation of a tmpfs directory entry.
diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h
--- a/sys/vm/vm_object.h
+++ b/sys/vm/vm_object.h
@@ -201,13 +201,14 @@
#define OBJ_UMTXDEAD 0x0020 /* umtx pshared was terminated */
#define OBJ_SIZEVNLOCK 0x0040 /* lock vnode to check obj size */
#define OBJ_PG_DTOR 0x0080 /* dont reset object, leave that for dtor */
+#define OBJ_SHADOWLIST 0x0100 /* Object is on the shadow list. */
#define OBJ_SWAP 0x0200 /* object swaps */
#define OBJ_SPLIT 0x0400 /* object is being split */
#define OBJ_COLLAPSING 0x0800 /* Parent of collapse. */
#define OBJ_COLORED 0x1000 /* pg_color is defined */
#define OBJ_ONEMAPPING 0x2000 /* One USE (a single, non-forked) mapping flag */
-#define OBJ_SHADOWLIST 0x4000 /* Object is on the shadow list. */
-#define OBJ_PAGERPRIV 0x8000 /* Pager private */
+#define OBJ_PAGERPRIV1 0x4000 /* Pager private */
+#define OBJ_PAGERPRIV2 0x8000 /* Pager private */
/*
* Helpers to perform conversion between vm_object page indexes and offsets.
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, May 19, 10:00 AM (18 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33306161
Default Alt Text
D30258.id89275.diff (1 KB)
Attached To
Mode
D30258: vm: add another pager private flag
Attached
Detach File
Event Timeline
Log In to Comment