summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2006-04-12 03:06:20 +0000
committerrwatson <rwatson@FreeBSD.org>2006-04-12 03:06:20 +0000
commit695637abdcb0828c7aad26e4d8022fe11e726e7d (patch)
treef4440a8d7f05df1a5fa79a908e703ea9a452acfd /sys/netinet6
parent600ea5a78241ebe923bc0b42ee2cec70ac74168f (diff)
downloadFreeBSD-src-695637abdcb0828c7aad26e4d8022fe11e726e7d.zip
FreeBSD-src-695637abdcb0828c7aad26e4d8022fe11e726e7d.tar.gz
Remove one remaining use of spl in the IPv6 fragmentation code, as
this code appears properly locked. MFC after: 3 months
Diffstat (limited to 'sys/netinet6')
-rw-r--r--sys/netinet6/frag6.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/netinet6/frag6.c b/sys/netinet6/frag6.c
index eac5ee26..18fa214 100644
--- a/sys/netinet6/frag6.c
+++ b/sys/netinet6/frag6.c
@@ -677,7 +677,6 @@ void
frag6_slowtimo()
{
struct ip6q *q6;
- int s = splnet();
IP6Q_LOCK();
q6 = ip6q.ip6q_next;
@@ -719,8 +718,6 @@ frag6_slowtimo()
ipsrcchk_rt.ro_rt = 0;
}
#endif
-
- splx(s);
}
/*
OpenPOWER on IntegriCloud