From mboxrd@z Thu Jan 1 00:00:00 1970 From: Li Zefan Subject: Re: [PATCH v4 1/8] cgroup: net_cls: Move sock_update_classid() declaration to cls_cgroup.h Date: Thu, 13 Sep 2012 14:34:57 +0800 Message-ID: <50517E91.5090709@huawei.com> References: <1347459128-32236-1-git-send-email-wagi@monom.org> <1347459128-32236-2-git-send-email-wagi@monom.org> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1347459128-32236-2-git-send-email-wagi-kQCPcA+X3s7YtjvyW6yDsg@public.gmane.org> Sender: cgroups-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Daniel Wagner Cc: netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Daniel Wagner , Gao feng , Jamal Hadi Salim , John Fastabend , Neil Horman On 2012/9/12 22:12, Daniel Wagner wrote: > From: Daniel Wagner > > The only user of sock_update_classid() is net/socket.c which happens > to include cls_cgroup.h directly. > > Signed-off-by: Daniel Wagner > Acked-by: Tejun Heo > Cc: Gao feng > Cc: Jamal Hadi Salim > Cc: John Fastabend > Cc: Li Zefan > Cc: Neil Horman > Cc: netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > Cc: cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Acked-by: Li Zefan > --- > include/net/cls_cgroup.h | 6 ++++++ > include/net/sock.h | 8 -------- > 2 files changed, 6 insertions(+), 8 deletions(-) From mboxrd@z Thu Jan 1 00:00:00 1970 From: Li Zefan Subject: Re: [PATCH v4 1/8] cgroup: net_cls: Move sock_update_classid() declaration to cls_cgroup.h Date: Thu, 13 Sep 2012 14:34:57 +0800 Message-ID: <50517E91.5090709@huawei.com> References: <1347459128-32236-1-git-send-email-wagi@monom.org> <1347459128-32236-2-git-send-email-wagi@monom.org> Mime-Version: 1.0 Content-Type: text/plain; charset="GB2312" Content-Transfer-Encoding: 7bit Cc: , , Daniel Wagner , Gao feng , Jamal Hadi Salim , John Fastabend , Neil Horman To: Daniel Wagner Return-path: In-Reply-To: <1347459128-32236-2-git-send-email-wagi-kQCPcA+X3s7YtjvyW6yDsg@public.gmane.org> Sender: cgroups-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: netdev.vger.kernel.org On 2012/9/12 22:12, Daniel Wagner wrote: > From: Daniel Wagner > > The only user of sock_update_classid() is net/socket.c which happens > to include cls_cgroup.h directly. > > Signed-off-by: Daniel Wagner > Acked-by: Tejun Heo > Cc: Gao feng > Cc: Jamal Hadi Salim > Cc: John Fastabend > Cc: Li Zefan > Cc: Neil Horman > Cc: netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org > Cc: cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Acked-by: Li Zefan > --- > include/net/cls_cgroup.h | 6 ++++++ > include/net/sock.h | 8 -------- > 2 files changed, 6 insertions(+), 8 deletions(-)