Remove forgotten INP_UNLOCK(inp) in my previous commit.
Reported by: hsu
This commit is contained in:
parent
84cc83ef95
commit
1ba7727b9e
@ -390,7 +390,6 @@ syncache_timer(xslot)
|
||||
nsc = TAILQ_NEXT(sc, sc_timerq);
|
||||
syncache_drop(sc, NULL);
|
||||
tcpstat.tcps_sc_stale++;
|
||||
INP_UNLOCK(inp);
|
||||
continue;
|
||||
}
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user