commit | cd94ef06392ffd49e0a0e1c28bc5cd44f37f1f6b | [log] [tgz] |
---|---|---|
author | Kuniyuki Iwashima <kuniyu@amazon.co.jp> | Sat Jan 25 10:41:02 2020 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 27 11:01:16 2020 +0100 |
tree | b312ccc60874177c7ccc5cc6d0faab843c9a536a | |
parent | 4d434705cbdbb2415b20a0d89f0a3065f5501e28 [diff] |
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>