diff options
author | Davidlohr Bueso <dave@stgolabs.net> | 2018-05-08 19:07:03 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-05-10 22:13:34 +0300 |
commit | 88ab31081b8c8d4d7698711b80fbfd3f52d27fd9 (patch) | |
tree | 79220b7c16db91c81ccc73f4971bde0ca8a462e1 /certs/blacklist_nohashes.c | |
parent | 02786475c74c7d0721b0142fac74108112cb456c (diff) | |
download | linux-88ab31081b8c8d4d7698711b80fbfd3f52d27fd9.tar.xz |
net/udp: Update udp_encap_needed static key to modern api
No changes in refcount semantics -- key init is false; replace
static_key_enable with static_branch_enable
static_key_slow_inc|dec with static_branch_inc|dec
static_key_false with static_branch_unlikely
Added a '_key' suffix to udp and udpv6 encap_needed, for better
self documentation.
Signed-off-by: Davidlohr Bueso <dbueso@suse.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'certs/blacklist_nohashes.c')
0 files changed, 0 insertions, 0 deletions