FreeBSD Bugzilla – Attachment 187070 Details for
Bug 221356
[patch] Improve swapon_check_swzone() function in swap_pager.c
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
NO_SWAPPING in vm_pageout()
NO_SWAPPING.diff (text/plain), 418 bytes, created by
ota
on 2017-10-11 05:08:44 UTC
(
hide
)
Description:
NO_SWAPPING in vm_pageout()
Filename:
MIME Type:
Creator:
ota
Created:
2017-10-11 05:08:44 UTC
Size:
418 bytes
patch
obsolete
>Index: sys/vm/vm_pageout.c >=================================================================== >--- sys/vm/vm_pageout.c (revision 324512) >+++ sys/vm/vm_pageout.c (working copy) >@@ -2067,8 +2060,9 @@ > #ifdef VM_NUMA_ALLOC > int i; > #endif >- >+#if !defined(NO_SWAPPING) > swap_pager_swap_init(); >+#endif > error = kthread_add(vm_pageout_laundry_worker, NULL, curproc, NULL, > 0, 0, "laundry: dom0"); > if (error != 0)
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 221356
:
185184
| 187070 |
187071