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 sven@narfation.org
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