[PATCH 1/2] cgroup: Provide empty definition of task_cgroup_path()

2014-03-12 Thread Vivek Goyal
Compilation with !CONFIG_CGROUP fails for task_cgroup_path() user. So provide an emtpy definition. Signed-off-by: Vivek Goyal --- include/linux/cgroup.h | 6 ++ 1 file changed, 6 insertions(+) diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h index 9450f02..727728c 100644 --- a/i

Re: [PATCH 1/2] cgroup: Provide empty definition of task_cgroup_path()

2014-03-12 Thread Vivek Goyal
On Wed, Mar 12, 2014 at 03:00:20PM -0400, David Miller wrote: > From: Vivek Goyal > Date: Wed, 12 Mar 2014 14:45:41 -0400 > > > Compilation with !CONFIG_CGROUP fails for task_cgroup_path() user. So > > provide an emtpy definition. > > > > Signed-off-by: Vivek Goyal > > --- > > include/linux/cg

Re: [PATCH 1/2] cgroup: Provide empty definition of task_cgroup_path()

2014-03-12 Thread David Miller
From: Vivek Goyal Date: Wed, 12 Mar 2014 14:45:41 -0400 > Compilation with !CONFIG_CGROUP fails for task_cgroup_path() user. So > provide an emtpy definition. > > Signed-off-by: Vivek Goyal > --- > include/linux/cgroup.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/include/linux

[PATCH 1/2] cgroup: Provide empty definition of task_cgroup_path()

2014-03-12 Thread Vivek Goyal
Compilation with !CONFIG_CGROUP fails for task_cgroup_path() user. So provide an emtpy definition. Signed-off-by: Vivek Goyal --- include/linux/cgroup.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h index 9450f02..bf40adb 100644 --- a/inclu