* [B.A.T.M.A.N.] [PATCH] batman-adv: Add missing include rculist.h
@ 2015-06-22 7:23 Sven Eckelmann
2015-07-10 8:20 ` Marek Lindner
0 siblings, 1 reply; 2+ messages in thread
From: Sven Eckelmann @ 2015-06-22 7:23 UTC (permalink / raw)
To: b.a.t.m.a.n
originator.c is using hlist_for_each_entry_rcu but did not include the
required header for it.
Reported-by: Marek Lindner <mareklindner@neomailbox.ch>
Signed-off-by: Sven Eckelmann <sven@narfation.org>
---
net/batman-adv/originator.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/net/batman-adv/originator.c b/net/batman-adv/originator.c
index 4500e3a..f51860d 100644
--- a/net/batman-adv/originator.c
+++ b/net/batman-adv/originator.c
@@ -26,6 +26,7 @@
#include <linux/list.h>
#include <linux/lockdep.h>
#include <linux/netdevice.h>
+#include <linux/rculist.h>
#include <linux/seq_file.h>
#include <linux/slab.h>
#include <linux/spinlock.h>
--
2.1.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [B.A.T.M.A.N.] [PATCH] batman-adv: Add missing include rculist.h
2015-06-22 7:23 [B.A.T.M.A.N.] [PATCH] batman-adv: Add missing include rculist.h Sven Eckelmann
@ 2015-07-10 8:20 ` Marek Lindner
0 siblings, 0 replies; 2+ messages in thread
From: Marek Lindner @ 2015-07-10 8:20 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
[-- Attachment #1: Type: text/plain, Size: 391 bytes --]
On Monday, June 22, 2015 09:23:40 Sven Eckelmann wrote:
> originator.c is using hlist_for_each_entry_rcu but did not include the
> required header for it.
>
> Reported-by: Marek Lindner <mareklindner@neomailbox.ch>
> Signed-off-by: Sven Eckelmann <sven@narfation.org>
> ---
> net/batman-adv/originator.c | 1 +
> 1 file changed, 1 insertion(+)
Applied in revision 1bd0558.
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-07-10 8:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-22 7:23 [B.A.T.M.A.N.] [PATCH] batman-adv: Add missing include rculist.h Sven Eckelmann
2015-07-10 8:20 ` Marek Lindner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox