Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F112536671
D49412.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
352 B
Referenced Files
None
Subscribers
None
D49412.diff
View Options
diff --git a/sys/net/if.c b/sys/net/if.c
--- a/sys/net/if.c
+++ b/sys/net/if.c
@@ -2235,8 +2235,7 @@
NET_EPOCH_ENTER(et);
CK_STAILQ_FOREACH(ifp, &V_ifnet, if_link) {
- if (strncmp(name, ifp->if_xname, IFNAMSIZ) == 0 &&
- !(ifp->if_flags & IFF_DYING))
+ if (strncmp(name, ifp->if_xname, IFNAMSIZ) == 0)
break;
}
if (ifp != NULL) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 20, 12:44 PM (8 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17225206
Default Alt Text
D49412.diff (352 B)
Attached To
Mode
D49412: ifnet: Remove a redundant check for flag IFF_DYING from ifunit_ref()
Attached
Detach File
Event Timeline
Log In to Comment