]> git.kernelconcepts.de Git - karo-tx-linux.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)
commitef12947c9c5a96af549c49f10e5503f0612a397c
tree451cedbe700b86411cc95c7bf27b02e967ff0fc9
parent8e8ae645249b85c8ed6c178557f8db8613a6bcc7
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