On Fri, Dec 18, 2015 at 03:35:06PM +0100, Arnd Bergmann wrote: > A recent cleanup broke the build when CONFIG_SLOB is used: > > mm/memcontrol.c: In function 'memcg_update_kmem_limit': > mm/memcontrol.c:2974:9: error: implicit declaration of function 'memcg_online_kmem' [-Werror=implicit-function-declaration] > mm/memcontrol.c: In function 'mem_cgroup_css_alloc': > mm/memcontrol.c:4229:10: error: too many arguments to function 'memcg_propagate_kmem' > mm/memcontrol.c:2949:12: note: declared here > > This fixes the memcg_propagate_kmem prototype to match the normal > implementation and adds the respective memcg_online_kmem helper > function that was needed. > > Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx> > Fixes: a5ed904c5039 ("mm: memcontrol: clean up alloc, online, offline, free functions") I am slob. Acked-by: Johannes Weiner <hannes@xxxxxxxxxxx> -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>