]> git.baikalelectronics.ru Git - kernel.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)
commit4e070632886a37cafec3214fd78e575eeea3bb0d
tree1cbd1c71e9b71e116dd4ef966cbbb39315b602dd
parent47bad3bcb13dfda5d4c124c2bf04716162941d23
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