Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F135189817
D1508.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
753 B
Referenced Files
None
Subscribers
None
D1508.id.diff
View Options
Index: head/sys/dev/xen/netback/netback.c
===================================================================
--- head/sys/dev/xen/netback/netback.c
+++ head/sys/dev/xen/netback/netback.c
@@ -2251,7 +2251,6 @@
mtx_unlock(&xnb->sc_lock);
break;
case SIOCSIFADDR:
- case SIOCGIFADDR:
#ifdef INET
mtx_lock(&xnb->sc_lock);
if (ifa->ifa_addr->sa_family == AF_INET) {
Index: head/sys/dev/xen/netfront/netfront.c
===================================================================
--- head/sys/dev/xen/netfront/netfront.c
+++ head/sys/dev/xen/netfront/netfront.c
@@ -1741,7 +1741,6 @@
int mask, error = 0;
switch(cmd) {
case SIOCSIFADDR:
- case SIOCGIFADDR:
#ifdef INET
XN_LOCK(sc);
if (ifa->ifa_addr->sa_family == AF_INET) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 8, 7:59 AM (4 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25023641
Default Alt Text
D1508.id.diff (753 B)
Attached To
Mode
D1508: Don't process SIOCGIFADDR the same way with SIOCSIFADDR.
Attached
Detach File
Event Timeline
Log In to Comment