Re: [PATCH 09/13] mm: memcontrol: generalize the socket accounting jump label

From: Johannes Weiner
Date: Mon Nov 30 2015 - 16:51:27 EST


On Mon, Nov 30, 2015 at 04:08:18PM -0500, Jason Baron wrote:
> We're trying to move to the updated API, so this should be:
> static_branch_unlikely(&memcg_sockets_enabled_key)
>
> see: include/linux/jump_label.h for details.

Good point. There is another struct static_key in there as well. How
about the following on top of this series?

---