projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
01672f8
)
ed(4): Replace a forgotten crit_exit() with lwkt_serialize_exit().
author
Sascha Wildner <saw@online.de>
Mon, 2 Jan 2012 00:06:34 +0000 (
01:06
+0100)
committer
Sascha Wildner <saw@online.de>
Mon, 2 Jan 2012 00:06:34 +0000 (
01:06
+0100)
Only cosmetical as this code is not enabled.
sys/dev/netif/ed/if_ed.c
patch
|
blob
|
blame
|
history
diff --git
a/sys/dev/netif/ed/if_ed.c
b/sys/dev/netif/ed/if_ed.c
index
9be8fba
..
c8ede2f
100644
(file)
--- a/
sys/dev/netif/ed/if_ed.c
+++ b/
sys/dev/netif/ed/if_ed.c
@@
-1828,7
+1828,7
@@
ed_tick(void *arg)
lwkt_serialize_enter(ifp->if_serializer);
if (sc->gone) {
- crit_exit();
+ lwkt_serialize_exit(ifp->if_serializer);
return;
}