Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F110071499
D36264.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
392 B
Referenced Files
None
Subscribers
None
D36264.diff
View Options
diff --git a/sys/vm/vm_object.c b/sys/vm/vm_object.c
--- a/sys/vm/vm_object.c
+++ b/sys/vm/vm_object.c
@@ -216,7 +216,7 @@
vm_object_t object;
object = (vm_object_t)mem;
- rw_init_flags(&object->lock, "vm object", RW_DUPOK | RW_NEW);
+ rw_init_flags(&object->lock, "vmobject", RW_DUPOK | RW_NEW);
/* These are true for any object that has been freed */
object->type = OBJT_DEAD;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Feb 14, 6:41 AM (10 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16638621
Default Alt Text
D36264.diff (392 B)
Attached To
Mode
D36264: Drop space in "vm object" lock name for a more clear wchan
Attached
Detach File
Event Timeline
Log In to Comment