commit | dd000598a39b6937fcefdf143720ec9fb5250e72 | [log] [tgz] |
---|---|---|
author | Haishuang Yan <yanhaishuang@cmss.chinamobile.com> | Wed Sep 27 11:35:41 2017 +0800 |
committer | David S. Miller <davem@davemloft.net> | Sun Oct 01 17:55:54 2017 -0700 |
tree | 4dcbb885986897a2c5eceb910f8553f1a0cd6550 | |
parent | e1cfcbe82b4534bd0f99fef92a6d33843fd85e0e [diff] |
ipv4: Remove the 'publish' logic in tcp_fastopen_init_key_once The 'publish' logic is not necessary after commit dfea2aa65424 ("tcp: Do not call tcp_fastopen_reset_cipher from interrupt context"), because in tcp_fastopen_cookie_gen,it wouldn't call tcp_fastopen_init_key_once. Signed-off-by: Haishuang Yan <yanhaishuang@cmss.chinamobile.com> Signed-off-by: David S. Miller <davem@davemloft.net>