FreeBSD Bugzilla – Attachment 86328 Details for
Bug 122744
[tcp] [panic] [patch] hostcache: supervisor read, page not present
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 594 bytes, created by
Oleg Koreshkov
on 2008-04-14 11:00:09 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Oleg Koreshkov
Created:
2008-04-14 11:00:09 UTC
Size:
594 bytes
patch
obsolete
>--- tcp_hostcache.c 2008-04-14 13:41:06.000000000 +0400 >+++ tcp_hostcache.c 2008-04-14 13:43:02.000000000 +0400 >@@ -348,8 +348,7 @@ > /* > * If the bucket limit is reached reuse the least used element > */ >- if (hc_head->hch_length >= tcp_hostcache.bucket_limit || >- tcp_hostcache.cache_count >= tcp_hostcache.cache_limit) { >+ if (hc_head->hch_length >= tcp_hostcache.bucket_limit) { > hc_entry = TAILQ_LAST(&hc_head->hch_bucket, hc_qhead); > /* > * At first we were dropping the last element, just to
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 122744
: 86328