Re: [PATCH 1/2] cls_cgroup: remove task_struct parameter from sock_update_classid()

2013-04-09 Thread David Miller
From: Li Zefan Date: Tue, 9 Apr 2013 14:03:35 +0800 > The callers always pass current to sock_update_classid(). > > Signed-off-by: Li Zefan Applied. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo i

Re: [PATCH 1/2] cls_cgroup: remove task_struct parameter from sock_update_classid()

2013-04-09 Thread Neil Horman
On Tue, Apr 09, 2013 at 02:03:35PM +0800, Li Zefan wrote: > The callers always pass current to sock_update_classid(). > > Signed-off-by: Li Zefan Acked-by: Neil Horman -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.or

[PATCH 1/2] cls_cgroup: remove task_struct parameter from sock_update_classid()

2013-04-08 Thread Li Zefan
The callers always pass current to sock_update_classid(). Signed-off-by: Li Zefan --- include/net/cls_cgroup.h | 4 ++-- net/core/scm.c | 2 +- net/core/sock.c | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/include/net/cls_cgroup.h b/include/net/cls