Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102092753
D44192.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
401 B
Referenced Files
None
Subscribers
None
D44192.diff
View Options
diff --git a/sys/compat/linuxkpi/common/include/linux/skbuff.h b/sys/compat/linuxkpi/common/include/linux/skbuff.h
--- a/sys/compat/linuxkpi/common/include/linux/skbuff.h
+++ b/sys/compat/linuxkpi/common/include/linux/skbuff.h
@@ -567,7 +567,7 @@
{
SKB_TRACE2(q, new);
- __skb_queue_after(q, (struct sk_buff *)q, new);
+ __skb_queue_before(q, (struct sk_buff *)q, new);
}
static inline void
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 8, 12:57 PM (20 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14535315
Default Alt Text
D44192.diff (401 B)
Attached To
Mode
D44192: linuxkpi: Queue skbuffs at tail in skb_queue_tail
Attached
Detach File
Event Timeline
Log In to Comment