Remove one remaining use of spl in the IPv6 fragmentation code, as

this code appears properly locked.

MFC after:	3 months
This commit is contained in:
Robert Watson 2006-04-12 03:06:20 +00:00
parent e3beea90c7
commit 41ba156433
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=157675

View File

@ -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);
}
/*