From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johannes Weiner Subject: [PATCH 1/4] net: tcp_memcontrol: simplify linkage between socket and page counter fix Date: Fri, 11 Dec 2015 14:54:10 -0500 Message-ID: <1449863653-6546-1-git-send-email-hannes@cmpxchg.org> Return-path: Sender: cgroups-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Andrew Morton Cc: Michal Hocko , Vladimir Davydov , linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org, cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, kernel-team-b10kYP2dOMg@public.gmane.org Fixlet for the same-named patch currently in mmots. The forward decl is no longer necessary when the socket directly points to the memcg. Signed-off-by: Johannes Weiner --- include/net/sock.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/net/sock.h b/include/net/sock.h index 0db770f..0835627 100644 --- a/include/net/sock.h +++ b/include/net/sock.h @@ -229,7 +229,6 @@ struct sock_common { /* public: */ }; -struct cg_proto; /** * struct sock - network layer representation of sockets * @__sk_common: shared layout with inet_timewait_sock -- 2.6.3