OSDN Git Service

soreuseport: Cleanup duplicate initialization of more_reuse->max_socks.
authorKuniyuki Iwashima <kuniyu@amazon.co.jp>
Sat, 25 Jan 2020 10:41:02 +0000 (10:41 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 27 Jan 2020 10:01:16 +0000 (11:01 +0100)
commitcd94ef06392ffd49e0a0e1c28bc5cd44f37f1f6b
treeb312ccc60874177c7ccc5cc6d0faab843c9a536a
parent4d434705cbdbb2415b20a0d89f0a3065f5501e28
soreuseport: Cleanup duplicate initialization of more_reuse->max_socks.

reuseport_grow() does not need to initialize the more_reuse->max_socks
again. It is already initialized in __reuseport_alloc().

Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.co.jp>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/sock_reuseport.c