Page MenuHomeFreeBSD

D20845.id59375.diff
No OneTemporary

D20845.id59375.diff

Index: head/sys/vm/vm_map.c
===================================================================
--- head/sys/vm/vm_map.c
+++ head/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

Mime Type
text/plain
Expires
Sat, Jan 17, 3:47 PM (18 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27696375
Default Alt Text
D20845.id59375.diff (685 B)

Event Timeline