Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/netinet6 Add missing LLE_WUNLOCK to nd6_free
details: https://anonhg.NetBSD.org/src/rev/e5851276a89a
branches: trunk
changeset: 342356:e5851276a89a
user: ozaki-r <ozaki-r%NetBSD.org@localhost>
date: Fri Dec 18 09:04:33 2015 +0000
description:
Add missing LLE_WUNLOCK to nd6_free
diffstat:
sys/netinet6/nd6.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 385562a89a78 -r e5851276a89a sys/netinet6/nd6.c
--- a/sys/netinet6/nd6.c Thu Dec 17 22:40:49 2015 +0000
+++ b/sys/netinet6/nd6.c Fri Dec 18 09:04:33 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: nd6.c,v 1.182 2015/12/07 06:19:13 ozaki-r Exp $ */
+/* $NetBSD: nd6.c,v 1.183 2015/12/18 09:04:33 ozaki-r Exp $ */
/* $KAME: nd6.c,v 1.279 2002/06/08 11:16:51 itojun Exp $ */
/*
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: nd6.c,v 1.182 2015/12/07 06:19:13 ozaki-r Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nd6.c,v 1.183 2015/12/18 09:04:33 ozaki-r Exp $");
#ifdef _KERNEL_OPT
#include "opt_net_mpsafe.h"
@@ -1138,6 +1138,7 @@
nd6_llinfo_settimer_locked(ln,
nd6_gctimer * hz);
splx(s);
+ LLE_WUNLOCK(ln);
return;
}
Home |
Main Index |
Thread Index |
Old Index