FreeBSD Bugzilla – Attachment 39379 Details for
Bug 62102
obreak update
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 446 bytes, created by
Divacky Roman
on 2004-01-30 10:00:34 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Divacky Roman
Created:
2004-01-30 10:00:34 UTC
Size:
446 bytes
patch
obsolete
>--- vm_unix.c Wed Nov 12 20:45:35 2003 >+++ vm_unix.c.new Mon Jan 26 15:22:27 2004 >@@ -83,10 +83,15 @@ > > do_map_wirefuture = FALSE; > new = round_page((vm_offset_t)uap->nsize); >- vm_map_lock(&vm->vm_map); > > base = round_page((vm_offset_t) vm->vm_daddr); > old = base + ctob(vm->vm_dsize); >+ >+ if (new == old) >+ return 0; >+ >+ vm_map_lock(&vm->vm_map); >+ > if (new > base) { > /* > * Check the resource limit, but allow a process to reduce
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 62102
: 39379