Catch up with r271119.

This commit is contained in:
Navdeep Parhar 2014-09-24 20:12:40 +00:00
parent 3a260c2a19
commit 5acf7269da
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=272081

View File

@ -329,7 +329,6 @@ toe_syncache_add(struct in_conninfo *inc, struct tcpopt *to, struct tcphdr *th,
{
struct socket *lso = inp->inp_socket;
INP_INFO_WLOCK_ASSERT(&V_tcbinfo);
INP_WLOCK_ASSERT(inp);
syncache_add(inc, to, th, inp, &lso, NULL, tod, todctx);