Unverified Commit d33f3d85 authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files

!11577 tcp: fix one compile error in __inet_hash_connect()

parents 5ca8b1ea 45c5a972
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -28,6 +28,8 @@
#include <net/tcp.h>
#include <net/sock_reuseport.h>

int sysctl_local_port_allocation;

static u32 inet_ehashfn(const struct net *net, const __be32 laddr,
			const __u16 lport, const __be32 faddr,
			const __be16 fport)
+0 −1
Original line number Diff line number Diff line
@@ -51,7 +51,6 @@ static int comp_sack_nr_max = 255;
static u32 u32_max_div_HZ = UINT_MAX / HZ;
static int one_day_secs = 24 * 3600;

int sysctl_local_port_allocation;
/* obsolete */
static int sysctl_tcp_low_latency __read_mostly;