Re: [PATCH 9/9 V2] idr: remove useless C-PreProcessor branch

2014-04-20 Thread Tejun Heo
Hello, On Sun, Apr 20, 2014 at 11:56:02AM +0800, Lai Jiangshan wrote: > On Sun, Apr 20, 2014 at 7:51 AM, Tejun Heo wrote: > > $SUBJ: idr: remove useless #ifndef TEST > > > > On Sat, Apr 19, 2014 at 07:38:16PM +0800, Lai Jiangshan wrote: > >> "#ifndef TEST" can't work for user space test now,

Re: [PATCH 9/9 V2] idr: remove useless C-PreProcessor branch

2014-04-20 Thread Tejun Heo
Hello, On Sun, Apr 20, 2014 at 11:56:02AM +0800, Lai Jiangshan wrote: On Sun, Apr 20, 2014 at 7:51 AM, Tejun Heo t...@kernel.org wrote: $SUBJ: idr: remove useless #ifndef TEST On Sat, Apr 19, 2014 at 07:38:16PM +0800, Lai Jiangshan wrote: #ifndef TEST can't work for user space test now,

Re: [PATCH 9/9 V2] idr: remove useless C-PreProcessor branch

2014-04-19 Thread Lai Jiangshan
On Sun, Apr 20, 2014 at 7:51 AM, Tejun Heo wrote: > $SUBJ: idr: remove useless #ifndef TEST > > On Sat, Apr 19, 2014 at 07:38:16PM +0800, Lai Jiangshan wrote: >> "#ifndef TEST" can't work for user space test now, just remove it. >> >> Signed-off-by: Lai Jiangshan > > Acked-by: Tejun Heo Hi,

Re: [PATCH 9/9 V2] idr: remove useless C-PreProcessor branch

2014-04-19 Thread Tejun Heo
$SUBJ: idr: remove useless #ifndef TEST On Sat, Apr 19, 2014 at 07:38:16PM +0800, Lai Jiangshan wrote: > "#ifndef TEST" can't work for user space test now, just remove it. > > Signed-off-by: Lai Jiangshan Acked-by: Tejun Heo Thanks. -- tejun -- To unsubscribe from this list: send the line

[PATCH 9/9 V2] idr: remove useless C-PreProcessor branch

2014-04-19 Thread Lai Jiangshan
"#ifndef TEST" can't work for user space test now, just remove it. Signed-off-by: Lai Jiangshan --- lib/idr.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/lib/idr.c b/lib/idr.c index e3c1da0..d77cdca 100644 --- a/lib/idr.c +++ b/lib/idr.c @@ -20,11 +20,9 @@ * that

[PATCH 9/9 V2] idr: remove useless C-PreProcessor branch

2014-04-19 Thread Lai Jiangshan
#ifndef TEST can't work for user space test now, just remove it. Signed-off-by: Lai Jiangshan la...@cn.fujitsu.com --- lib/idr.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/lib/idr.c b/lib/idr.c index e3c1da0..d77cdca 100644 --- a/lib/idr.c +++ b/lib/idr.c @@ -20,11

Re: [PATCH 9/9 V2] idr: remove useless C-PreProcessor branch

2014-04-19 Thread Tejun Heo
$SUBJ: idr: remove useless #ifndef TEST On Sat, Apr 19, 2014 at 07:38:16PM +0800, Lai Jiangshan wrote: #ifndef TEST can't work for user space test now, just remove it. Signed-off-by: Lai Jiangshan la...@cn.fujitsu.com Acked-by: Tejun Heo t...@kernel.org Thanks. -- tejun -- To unsubscribe

Re: [PATCH 9/9 V2] idr: remove useless C-PreProcessor branch

2014-04-19 Thread Lai Jiangshan
On Sun, Apr 20, 2014 at 7:51 AM, Tejun Heo t...@kernel.org wrote: $SUBJ: idr: remove useless #ifndef TEST On Sat, Apr 19, 2014 at 07:38:16PM +0800, Lai Jiangshan wrote: #ifndef TEST can't work for user space test now, just remove it. Signed-off-by: Lai Jiangshan la...@cn.fujitsu.com