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:
parent
dd0f39233c
commit
b77634d046
@ -1125,7 +1125,6 @@ void
|
|||||||
ip_slowtimo()
|
ip_slowtimo()
|
||||||
{
|
{
|
||||||
register struct ipq *fp;
|
register struct ipq *fp;
|
||||||
int s = splnet();
|
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
IPQ_LOCK();
|
IPQ_LOCK();
|
||||||
@ -1156,7 +1155,6 @@ ip_slowtimo()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
IPQ_UNLOCK();
|
IPQ_UNLOCK();
|
||||||
splx(s);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user