Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F165267760
D17635.id49383.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
445 B
Referenced Files
None
Subscribers
None
D17635.id49383.diff
View Options
Index: sys/vm/vm_map.c
===================================================================
--- sys/vm/vm_map.c
+++ sys/vm/vm_map.c
@@ -1721,9 +1721,8 @@
next = entry->next;
if (next != &map->header &&
vm_map_mergeable_neighbors(entry, next)) {
- vm_map_entry_unlink(map, next);
entry->end = next->end;
- vm_map_entry_resize_free(map, entry);
+ vm_map_entry_unlink(map, next);
vm_map_merged_neighbor_dispose(map, next);
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Aug 8, 7:21 AM (10 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36216531
Default Alt Text
D17635.id49383.diff (445 B)
Attached To
Mode
D17635: Avoid duplicate set_max_free after unlink
Attached
Detach File
Event Timeline
Log In to Comment