Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/netinet6/ip6_input.c,v retrieving revision 1.121 retrieving revision 1.122 diff -u -p -r1.121 -r1.122 --- src/sys/netinet6/ip6_input.c 2008/08/20 22:58:42 1.121 +++ src/sys/netinet6/ip6_input.c 2008/08/21 15:34:10 1.122 @@ -1,4 +1,4 @@ -/* $NetBSD: ip6_input.c,v 1.121 2008/08/20 22:58:42 simonb Exp $ */ +/* $NetBSD: ip6_input.c,v 1.122 2008/08/21 15:34:10 matt Exp $ */ /* $KAME: ip6_input.c,v 1.188 2001/03/29 05:34:31 itojun Exp $ */ /* @@ -62,7 +62,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: ip6_input.c,v 1.121 2008/08/20 22:58:42 simonb Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ip6_input.c,v 1.122 2008/08/21 15:34:10 matt Exp $"); #include "opt_inet.h" #include "opt_inet6.h" @@ -1602,7 +1602,7 @@ sysctl_net_inet6_ip6_maxflows(SYSCTLFN_A return (error); mutex_enter(softnet_lock); - KERNEL_LOCK_ONE(1, NULL); + KERNEL_LOCK(1, NULL); ip6flow_reap(0); @@ -1630,7 +1630,7 @@ sysctl_net_inet6_ip6_hashsize(SYSCTLFN_A * Can only fail due to malloc() */ mutex_enter(softnet_lock); - KERNEL_LOCK_ONE(1, NULL); + KERNEL_LOCK(1, NULL); error = ip6flow_invalidate_all(tmp);