commit | dbc1651f0c5b7d13acc59d3b805a7224332fb1fb | [log] [tgz] |
---|---|---|
author | Oleg Nesterov <oleg@tv-sign.ru> | Sun Jan 08 22:19:33 2006 +0300 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Jan 09 17:01:39 2006 -0800 |
tree | 1e380afb42aa091d2acce50cd2cc10e368d1026a | |
parent | 1fd5a46dd6bbca3a1275465120caf4748872c2a7 [diff] |
[PATCH] rcu: don't set ->next_pending in rcu_start_batch() I think it is better to set ->next_pending in the caller, when it is needed. This saves one parameter, and this coincides with cpu_quiet() beahaviour, which sets ->completed = ->cur itself. Signed-off-by: Oleg Nesterov <oleg@tv-sign.ru> Acked-by: Paul E. McKenney <paulmck@us.ibm.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>