FreeBSD Bugzilla – Attachment 6966 Details for
Bug 15420
3.3-RELEASE Kernel freeze
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 712 bytes, created by
mitja
on 1999-12-11 19:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
mitja
Created:
1999-12-11 19:50:01 UTC
Size:
712 bytes
patch
obsolete
>--- vm_pageout.c.orig Fri Dec 10 01:49:54 1999 >+++ vm_pageout.c Fri Dec 10 01:54:22 1999 >@@ -1136,8 +1136,8 @@ > * make sure that we have swap space -- if we are low on memory and > * swap -- then kill the biggest process. > */ >- if ((vm_swap_size == 0 || swap_pager_full) && >- ((cnt.v_free_count + cnt.v_cache_count) < cnt.v_free_min)) { >+ if (vm_swap_size == 0 || swap_pager_full || >+ (cnt.v_free_count + cnt.v_cache_count) < cnt.v_free_min) { > bigproc = NULL; > bigsize = 0; > for (p = allproc.lh_first; p != 0; p = p->p_list.le_next) { >--------------------------------->8--------------------------------
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 15420
: 6966