Re: [PATCH rcu] Remove unused code originally used for context tracking

2013-01-07 Thread Paul E. McKenney
On Mon, Jan 07, 2013 at 06:46:07PM +0100, Frederic Weisbecker wrote: > 2013/1/7 Paul E. McKenney : > > On Fri, Nov 30, 2012 at 02:19:22PM +0800, Li Zhong wrote: > >> As new context tracking subsystem added, it seems ignore_user_qs and > >> in_user defined in struct rcu_dynticks are no longer

Re: [PATCH rcu] Remove unused code originally used for context tracking

2013-01-07 Thread Frederic Weisbecker
2013/1/7 Paul E. McKenney : > On Fri, Nov 30, 2012 at 02:19:22PM +0800, Li Zhong wrote: >> As new context tracking subsystem added, it seems ignore_user_qs and >> in_user defined in struct rcu_dynticks are no longer needed, so remove >> them. >> >> Signed-off-by: Li Zhong > > Hearing no

Re: [PATCH rcu] Remove unused code originally used for context tracking

2013-01-07 Thread Paul E. McKenney
On Fri, Nov 30, 2012 at 02:19:22PM +0800, Li Zhong wrote: > As new context tracking subsystem added, it seems ignore_user_qs and > in_user defined in struct rcu_dynticks are no longer needed, so remove > them. > > Signed-off-by: Li Zhong Hearing no objections from Frederic, I have queued this

Re: [PATCH rcu] Remove unused code originally used for context tracking

2013-01-07 Thread Paul E. McKenney
On Fri, Nov 30, 2012 at 02:19:22PM +0800, Li Zhong wrote: As new context tracking subsystem added, it seems ignore_user_qs and in_user defined in struct rcu_dynticks are no longer needed, so remove them. Signed-off-by: Li Zhong zh...@linux.vnet.ibm.com Hearing no objections from Frederic,

Re: [PATCH rcu] Remove unused code originally used for context tracking

2013-01-07 Thread Frederic Weisbecker
2013/1/7 Paul E. McKenney paul...@linux.vnet.ibm.com: On Fri, Nov 30, 2012 at 02:19:22PM +0800, Li Zhong wrote: As new context tracking subsystem added, it seems ignore_user_qs and in_user defined in struct rcu_dynticks are no longer needed, so remove them. Signed-off-by: Li Zhong

Re: [PATCH rcu] Remove unused code originally used for context tracking

2013-01-07 Thread Paul E. McKenney
On Mon, Jan 07, 2013 at 06:46:07PM +0100, Frederic Weisbecker wrote: 2013/1/7 Paul E. McKenney paul...@linux.vnet.ibm.com: On Fri, Nov 30, 2012 at 02:19:22PM +0800, Li Zhong wrote: As new context tracking subsystem added, it seems ignore_user_qs and in_user defined in struct rcu_dynticks

[PATCH rcu] Remove unused code originally used for context tracking

2012-11-29 Thread Li Zhong
As new context tracking subsystem added, it seems ignore_user_qs and in_user defined in struct rcu_dynticks are no longer needed, so remove them. Signed-off-by: Li Zhong --- kernel/rcutree.c | 3 --- kernel/rcutree.h | 4 2 files changed, 7 deletions(-) diff --git a/kernel/rcutree.c

[PATCH rcu] Remove unused code originally used for context tracking

2012-11-29 Thread Li Zhong
As new context tracking subsystem added, it seems ignore_user_qs and in_user defined in struct rcu_dynticks are no longer needed, so remove them. Signed-off-by: Li Zhong zh...@linux.vnet.ibm.com --- kernel/rcutree.c | 3 --- kernel/rcutree.h | 4 2 files changed, 7 deletions(-) diff --git