commit | a7950ae8213cf38343fd27ad1fb58f3f04e3130f | [log] [tgz] |
---|---|---|
author | Davidlohr Bueso <dave@stgolabs.net> | Tue May 08 09:06:59 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu May 10 15:13:34 2018 -0400 |
tree | e3863a021b600eba3db0b21e115bea47258b3e0a | |
parent | 5263a98f162f7a46e1292632c87f1e3444eb8fbf [diff] |
net/sock: Update memalloc_socks static key to modern api No changes in refcount semantics -- key init is false; replace static_key_slow_inc|dec with static_branch_inc|dec static_key_false with static_branch_unlikely Added a '_key' suffix to memalloc_socks, for better self documentation. Signed-off-by: Davidlohr Bueso <dbueso@suse.de> Signed-off-by: David S. Miller <davem@davemloft.net>