Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F135489641
D22405.id64429.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
387 B
Referenced Files
None
Subscribers
None
D22405.id64429.diff
View Options
Index: sys/vm/vm_map.c
===================================================================
--- sys/vm/vm_map.c
+++ sys/vm/vm_map.c
@@ -2469,8 +2469,8 @@
vm_map_unlock(map);
return (KERN_PROTECTION_FAILURE);
}
- if ((entry->eflags & MAP_ENTRY_IN_TRANSITION) != 0)
- in_tran = entry;
+ if ((current->eflags & MAP_ENTRY_IN_TRANSITION) != 0)
+ in_tran = current;
}
/*
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 11, 6:49 AM (6 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25146146
Default Alt Text
D22405.id64429.diff (387 B)
Attached To
Mode
D22405: look for in-transition status in each map entry
Attached
Detach File
Event Timeline
Log In to Comment