Re: [PATCH 5/6] net/ipv4: Update ip_tunnel_metadata_cnt static key to modern api

From: Davidlohr Bueso
Date: Tue Mar 27 2018 - 11:50:16 EST


On Tue, 27 Mar 2018, David Miller wrote:

From: Davidlohr Bueso <dave@xxxxxxxxxxxx>
Date: Mon, 26 Mar 2018 14:09:28 -0700

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 i2c_trace_msg, for better self
documentation.

I see no reference to i2c_trace_msg in this patch.

Sorry, that was from a previous changelog. The reason why it was not updated was
because I chose not to rename to ip_tunnel_metadata_cnt_key, so the whole sentence
needed removal. Do you want a v3 or can you pick up as is?

Thanks,
Davidlohr