remove cxgb local definition of locked syncache_expand
This commit is contained in:
parent
7b9be5566f
commit
7658528ea7
@ -145,15 +145,3 @@ sockbuf_sbspace(struct sockbuf *sb)
|
||||
return (sbspace(sb));
|
||||
}
|
||||
|
||||
int
|
||||
syncache_offload_expand(struct in_conninfo *inc, struct tcpopt *to, struct tcphdr *th,
|
||||
struct socket **lsop, struct mbuf *m)
|
||||
{
|
||||
int rc;
|
||||
|
||||
INP_INFO_WLOCK(&tcbinfo);
|
||||
rc = syncache_expand(inc, to, th, lsop, m);
|
||||
INP_INFO_WUNLOCK(&tcbinfo);
|
||||
|
||||
return (rc);
|
||||
}
|
||||
|
@ -20,9 +20,6 @@ int sockbuf_sbspace(struct sockbuf *);
|
||||
struct tcphdr;
|
||||
struct tcpopt;
|
||||
|
||||
int syncache_offload_expand(struct in_conninfo *, struct tcpopt *,
|
||||
struct tcphdr *, struct socket **, struct mbuf *);
|
||||
|
||||
#ifndef _SYS_SOCKETVAR_H_
|
||||
#include <sys/selinfo.h>
|
||||
#include <sys/sx.h>
|
||||
|
Loading…
Reference in New Issue
Block a user