Re: [PATCH 14/14] mm: memcontrol: switch to the updated jump-label API
From: David Miller <davem@davemloft.net>
Date: 2015-12-08 16:28:24
Also in:
cgroups, linux-mm, lkml
From: David Miller <davem@davemloft.net>
Date: 2015-12-08 16:28:24
Also in:
cgroups, linux-mm, lkml
From: Johannes Weiner <hannes@cmpxchg.org> Date: Tue, 8 Dec 2015 10:30:24 -0500
According to <linux/jump_label.h> the direct use of struct static_key is deprecated. Update the socket and slab accounting code accordingly. Reported-by: Jason Baron <jbaron@akamai.com> Signed-off-by: Johannes Weiner <hannes@cmpxchg.org>
Acked-by: David S. Miller <davem@davemloft.net>