Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142135756
D20845.id59372.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
670 B
Referenced Files
None
Subscribers
None
D20845.id59372.diff
View Options
Index: sys/vm/vm_map.c
===================================================================
--- sys/vm/vm_map.c
+++ sys/vm/vm_map.c
@@ -3170,9 +3170,7 @@
rv = KERN_INVALID_ADDRESS;
goto done;
}
- goto next_entry;
- }
- if (entry->wired_count == 0) {
+ } else if (entry->wired_count == 0) {
entry->wired_count++;
npages = atop(entry->end - entry->start);
@@ -3250,7 +3248,6 @@
* Check the map for holes in the specified region.
* If VM_MAP_WIRE_HOLESOK was specified, skip this check.
*/
- next_entry:
if ((flags & VM_MAP_WIRE_HOLESOK) == 0 &&
entry->end < end && entry->next->start > entry->end) {
end = entry->end;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 17, 9:04 AM (11 h, 45 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27687105
Default Alt Text
D20845.id59372.diff (670 B)
Attached To
Mode
D20845: Remove a goto from vm_map_wire_locked
Attached
Detach File
Event Timeline
Log In to Comment