From: Oleg Nesterov Date: Sun, 8 Jan 2006 19:19:33 +0000 (+0300) Subject: [PATCH] rcu: don't set ->next_pending in rcu_start_batch() X-Git-Tag: v2.6.16-rc1~657 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbc1651f0c5b7d13acc59d3b805a7224332fb1fb;p=pandora-kernel.git [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 Acked-by: Paul E. McKenney Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed