From: Paul E. McKenney Date: Tue, 11 May 2010 00:09:25 +0000 (-0700) Subject: fs: remove all rcu head initializations, except on_stack initializations X-Git-Tag: v2.6.36-rc1~533^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b97181f24212f4c29197890ce1b2b9100bcc184d;p=pandora-kernel.git fs: remove all rcu head initializations, except on_stack initializations Remove all rcu head inits. We don't care about the RCU head state before passing it to call_rcu() anyway. Only leave the "on_stack" variants so debugobjects can keep track of objects on stack. Signed-off-by: Alexey Dobriyan Signed-off-by: Mathieu Desnoyers Signed-off-by: Paul E. McKenney Cc: Alexander Viro Cc: Andries Brouwer --- Reading git-diff-tree failed