Remove spl() calls from ip_slowtimo(), as IP fragment queue locking was

merged several years ago.

Submitted by:	gnn
MFC after:	1 day
This commit is contained in:
Robert Watson 2005-07-19 12:14:22 +00:00
parent dd0f39233c
commit b77634d046

View File

@ -1125,7 +1125,6 @@ void
ip_slowtimo()
{
register struct ipq *fp;
int s = splnet();
int i;
IPQ_LOCK();
@ -1156,7 +1155,6 @@ ip_slowtimo()
}
}
IPQ_UNLOCK();
splx(s);
}
/*