From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Mon, 17 May 2010 21:58:00 +0800 References: <1274014932-2792-1-git-send-email-sven.eckelmann@gmx.de> <1274090330-22874-1-git-send-email-sven.eckelmann@gmx.de> In-Reply-To: <1274090330-22874-1-git-send-email-sven.eckelmann@gmx.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201005172158.01056.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv2] batman-adv: remove all rcu head initializations Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: The list for a Better Approach To Mobile Ad-hoc Networking On Monday 17 May 2010 17:58:50 Sven Eckelmann wrote: > From: Paul E. McKenney > > 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: Mathieu Desnoyers > Signed-off-by: Paul E. McKenney > Cc: Andrew Lunn > Cc: Simon Wunderlich > Cc: Marek Lindner > Cc: Sven Eckelmann > Signed-off-by: Greg Kroah-Hartman > Signed-off-by: Sven Eckelmann Ok, applied in revision 1659. Thanks, Marek