mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-12 09:58:36 +00:00
Remove forgotten INP_UNLOCK(inp) in my previous commit.
Reported by: hsu
This commit is contained in:
parent
84cc83ef95
commit
1ba7727b9e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=108180
@ -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