FreeBSD Bugzilla – Attachment 46196 Details for
Bug 70988
Bug in netisr_queue()
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 305 bytes, created by
MOROHOSHI Akihiko
on 2004-08-26 14:40:24 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
MOROHOSHI Akihiko
Created:
2004-08-26 14:40:24 UTC
Size:
305 bytes
patch
obsolete
>--- netisr.c.1.10 Mon Jul 19 06:50:22 2004 >+++ netisr.c Thu Aug 26 21:06:54 2004 >@@ -220,9 +220,9 @@ netisr_queue(int num, struct mbuf *m) > } > isrstat.isrs_queued++; > if (!IF_HANDOFF(ni->ni_queue, m, NULL)) >- return (0); >+ return (1); > schednetisr(num); >- return (1); >+ return (0); > } > > static void
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 70988
: 46196