From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Mon, 6 Sep 2010 16:09:31 +0200 References: <20100906123745.GB13669@Sellars> <1283777124-26316-1-git-send-email-sven.eckelmann@gmx.de> In-Reply-To: <1283777124-26316-1-git-send-email-sven.eckelmann@gmx.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201009061609.32052.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv2] batman-adv: Always synchronize rcu's on module shutdown 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 06 September 2010 14:45:24 Sven Eckelmann wrote: > Therefore, we should always flush all rcu callback functions scheduled > during the shutdown procedure using synchronize_net. The call to > synchronize_rcu can be omitted because synchronize_net already calls it. Applied in revision 1788. Thanks, Marek