* [B.A.T.M.A.N.] [PATCH] batman-adv: fix gateway client style issues
@ 2015-08-04 13:44 Simon Wunderlich
2015-08-04 15:10 ` Marek Lindner
0 siblings, 1 reply; 2+ messages in thread
From: Simon Wunderlich @ 2015-08-04 13:44 UTC (permalink / raw)
To: b.a.t.m.a.n
Introduced by 0511575c4d034115f618056da65ee51eb25d314d
("batman-adv: remove obsolete deleted attribute for gateway node")
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
---
net/batman-adv/gateway_client.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/net/batman-adv/gateway_client.c b/net/batman-adv/gateway_client.c
index 634c7e3..e6c8382 100644
--- a/net/batman-adv/gateway_client.c
+++ b/net/batman-adv/gateway_client.c
@@ -27,7 +27,6 @@
#include <linux/in.h>
#include <linux/ip.h>
#include <linux/ipv6.h>
-#include <linux/jiffies.h>
#include <linux/kernel.h>
#include <linux/list.h>
#include <linux/netdevice.h>
@@ -565,7 +564,6 @@ void batadv_gw_node_free(struct batadv_priv *bat_priv)
spin_lock_bh(&bat_priv->gw.list_lock);
hlist_for_each_entry_safe(gw_node, node_tmp,
&bat_priv->gw.list, list) {
-
hlist_del_init_rcu(&gw_node->list);
batadv_gw_node_free_ref(gw_node);
}
--
2.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [B.A.T.M.A.N.] [PATCH] batman-adv: fix gateway client style issues
2015-08-04 13:44 [B.A.T.M.A.N.] [PATCH] batman-adv: fix gateway client style issues Simon Wunderlich
@ 2015-08-04 15:10 ` Marek Lindner
0 siblings, 0 replies; 2+ messages in thread
From: Marek Lindner @ 2015-08-04 15:10 UTC (permalink / raw)
To: b.a.t.m.a.n
[-- Attachment #1: Type: text/plain, Size: 375 bytes --]
On Tuesday, August 04, 2015 15:44:06 Simon Wunderlich wrote:
> Introduced by 0511575c4d034115f618056da65ee51eb25d314d
> ("batman-adv: remove obsolete deleted attribute for gateway node")
>
> Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
> ---
> net/batman-adv/gateway_client.c | 2 --
> 1 file changed, 2 deletions(-)
Applied in revision 07269be.
Thanks,
Marek
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 473 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-08-04 15:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-04 13:44 [B.A.T.M.A.N.] [PATCH] batman-adv: fix gateway client style issues Simon Wunderlich
2015-08-04 15:10 ` Marek Lindner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox