]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
memcg: move memcg_proto_active from sock.h
authorMichal Hocko <mhocko@suse.com>
Tue, 8 Sep 2015 22:01:16 +0000 (15:01 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 8 Sep 2015 22:35:28 +0000 (15:35 -0700)
commite752eb68811aeece2220e183e23369a34122fb5e
tree1cbd1c71e9b71e116dd4ef966cbbb39315b602dd
parenta03f1f058969ec350fb7451a6fbca23096ee5727
memcg: move memcg_proto_active from sock.h

The only user is sock_update_memcg which is living in memcontrol.c so it
doesn't make much sense to pollute sock.h by this inline helper.  Move it
to memcontrol.c and open code it into its only caller.

Signed-off-by: Michal Hocko <mhocko@suse.com>
Cc: Vladimir Davydov <vdavydov@parallels.com>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Tejun Heo <tj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/net/sock.h
mm/memcontrol.c