Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F106097969
D9053.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
416 B
Referenced Files
None
Subscribers
None
D9053.diff
View Options
Index: head/sys/kern/uipc_mbuf2.c
===================================================================
--- head/sys/kern/uipc_mbuf2.c
+++ head/sys/kern/uipc_mbuf2.c
@@ -159,7 +159,7 @@
* the target data is on <n, off>.
* if we got enough data on the mbuf "n", we're done.
*/
- if ((off == 0 || offp) && len <= n->m_len - off && writable)
+ if ((off == 0 || offp) && len <= n->m_len - off)
goto ok;
/*
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 26, 9:04 AM (11 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15603127
Default Alt Text
D9053.diff (416 B)
Attached To
Mode
D9053: Remove writability requirement for single-mbuf, contiguous-range m_pulldown()
Attached
Detach File
Event Timeline
Log In to Comment