Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108954405
D3937.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
638 B
Referenced Files
None
Subscribers
None
D3937.diff
View Options
Index: sys/dev/xen/netfront/netfront.c
===================================================================
--- sys/dev/xen/netfront/netfront.c
+++ sys/dev/xen/netfront/netfront.c
@@ -1853,8 +1853,8 @@
np->xbdev = dev;
- mtx_init(&np->tx_lock, "xntx", "network transmit lock", MTX_DEF);
- mtx_init(&np->rx_lock, "xnrx", "network receive lock", MTX_DEF);
+ mtx_init(&np->tx_lock, "xntx", "netfront transmit lock", MTX_DEF);
+ mtx_init(&np->rx_lock, "xnrx", "netfront receive lock", MTX_DEF);
mtx_init(&np->sc_lock, "xnsc", "netfront softc lock", MTX_DEF);
ifmedia_init(&np->sc_media, 0, xn_ifmedia_upd, xn_ifmedia_sts);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 30, 10:47 PM (3 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16347449
Default Alt Text
D3937.diff (638 B)
Attached To
Mode
D3937: xen-netfront: use "netfront" in lock description
Attached
Detach File
Event Timeline
Log In to Comment