Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107584493
D35905.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1003 B
Referenced Files
None
Subscribers
None
D35905.diff
View Options
diff --git a/sys/sys/param.h b/sys/sys/param.h
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -73,7 +73,7 @@
* cannot include sys/param.h and should only be updated here.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1500024
+#define __FreeBSD_version 1500025
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
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
@@ -108,8 +108,8 @@
int shadow_count; /* how many objects that this is a shadow for */
vm_memattr_t memattr; /* default memory attribute for pages */
objtype_t type; /* type of pager */
- u_short flags; /* see below */
u_short pg_color; /* (c) color of first page in obj */
+ u_int flags; /* see below */
blockcount_t paging_in_progress; /* (a) Paging (in or out) so don't collapse or destroy */
blockcount_t busy; /* (a) object is busy, disallow page busy. */
int resident_page_count; /* number of resident pages */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 17, 6:01 AM (20 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15834883
Default Alt Text
D35905.diff (1003 B)
Attached To
Mode
D35905: vm_object: Widen the flags field
Attached
Detach File
Event Timeline
Log In to Comment