Merge pull request #463 from ecsv/batadv-17.01
[feed/routing.git] / batman-adv / patches / 0023-batman-adv-Fix-lock-for-ogm-cnt-access-in-batadv_iv_.patch
index d05e487ae0ee59949ad4da862ba2c96ab7b1dae8..5ffcbe1afac9e6009e3a3e0fd268281dcd76ac14 100644 (file)
@@ -1,6 +1,6 @@
 From: Sven Eckelmann <sven@narfation.org>
 Date: Sun, 3 Dec 2017 11:26:45 +0100
-Subject: [PATCH] batman-adv: Fix lock for ogm cnt access in batadv_iv_ogm_calc_tq
+Subject: batman-adv: Fix lock for ogm cnt access in batadv_iv_ogm_calc_tq
 
 The originator node object orig_neigh_node is used to when accessing the
 bcast_own(_sum) and real_packet_count information. The access to them has
@@ -14,9 +14,6 @@ Signed-off-by: Sven Eckelmann <sven@narfation.org>
 Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
 
 Origin: upstream, https://git.open-mesh.org/batman-adv.git/commit/9a3b195410e5d2f285cdf0073fef721ff8d9474d
----
- net/batman-adv/bat_iv_ogm.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/net/batman-adv/bat_iv_ogm.c b/net/batman-adv/bat_iv_ogm.c
 index 7bfd0d7ef49df8e699f91e2b827b824aa3657c0d..56b4984d738e87098c24213d4aa277a2ef948fec 100644