From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Thu, 18 Oct 2012 18:04:21 +0800 References: <1350550112-5857-1-git-send-email-sven@narfation.org> <1350550112-5857-2-git-send-email-sven@narfation.org> In-Reply-To: <1350550112-5857-2-git-send-email-sven@narfation.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201210181804.21507.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH 2/2] batman-adv: Fix build of batman-adv without BLA 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: b.a.t.m.a.n@lists.open-mesh.org On Thursday, October 18, 2012 16:48:32 Sven Eckelmann wrote: > 4c1721b39c8a77c99e8f4de97b5d5d112006406c ("batman-adv: Fix potential > broadcast BLA-duplicate-check race condition") introduced a spinlock for > bridge loop avoidance which was initialized outside of bla. This causes an > build error when BLA is disabled. Instead the batadv_bla_init function > should handle the initialization. > > Signed-off-by: Sven Eckelmann > --- > Please merge in next > > bridge_loop_avoidance.c | 2 ++ > main.c | 1 - > 2 files changed, 2 insertions(+), 1 deletion(-) Applied in revision cca9d02. Thanks, Marek