]> git.baikalelectronics.ru Git - kernel.git/commit
mm: memcontrol: switch to the updated jump-label API
authorJohannes Weiner <hannes@cmpxchg.org>
Thu, 14 Jan 2016 23:21:34 +0000 (15:21 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 15 Jan 2016 00:00:49 +0000 (16:00 -0800)
commitdf7c81cf9affa2a6905633ae7b85e38d49174116
tree451cedbe700b86411cc95c7bf27b02e967ff0fc9
parentc712810dbdfb556a7b279c485b44081af69eb05c
mm: memcontrol: switch to the updated jump-label API

According to <linux/jump_label.h> the direct use of struct static_key is
deprecated.  Update the socket and slab accounting code accordingly.

Signed-off-by: Johannes Weiner <hannes@cmpxchg.org>
Acked-by: David S. Miller <davem@davemloft.net>
Reported-by: Jason Baron <jbaron@akamai.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/memcontrol.h
mm/memcontrol.c
net/ipv4/tcp_memcontrol.c