public inbox for b.a.t.m.a.n@lists.open-mesh.org
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] [PATCH] batman-adv: add declaration in compat code
@ 2013-05-15  7:34 Antonio Quartulli
  2013-05-15  7:46 ` Marek Lindner
  0 siblings, 1 reply; 2+ messages in thread
From: Antonio Quartulli @ 2013-05-15  7:34 UTC (permalink / raw)
  To: b.a.t.m.a.n; +Cc: Antonio Quartulli

Add missing declaration in compat.h.

Introduced by 1bd816198771e2cbd44948a12aaca3ac33993d9d
"batman-adv: don't use call_rcu if not needed"

Reported-by: Daily build check <postmaster@open-mesh.org>
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
---
 compat.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/compat.h b/compat.h
index 8bd4f62..6c8559d 100644
--- a/compat.h
+++ b/compat.h
@@ -182,6 +182,7 @@ static const struct { \
 #define kfree_rcu(ptr, rcu_head) call_rcu(&ptr->rcu_head, batadv_free_rcu_##ptr)
 #define vlan_insert_tag(skb, proto, vid) __vlan_put_tag(skb, vid)
 
+void batadv_free_rcu_tt_global_entry(struct rcu_head *rcu);
 void batadv_free_rcu_gw_node(struct rcu_head *rcu);
 void batadv_free_rcu_neigh_node(struct rcu_head *rcu);
 void batadv_free_rcu_tt_local_entry(struct rcu_head *rcu);
-- 
1.8.1.5


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [B.A.T.M.A.N.] [PATCH] batman-adv: add declaration in compat code
  2013-05-15  7:34 [B.A.T.M.A.N.] [PATCH] batman-adv: add declaration in compat code Antonio Quartulli
@ 2013-05-15  7:46 ` Marek Lindner
  0 siblings, 0 replies; 2+ messages in thread
From: Marek Lindner @ 2013-05-15  7:46 UTC (permalink / raw)
  To: b.a.t.m.a.n; +Cc: Antonio Quartulli

On Wednesday, May 15, 2013 15:34:48 Antonio Quartulli wrote:
> Add missing declaration in compat.h.
> 
> Introduced by 1bd816198771e2cbd44948a12aaca3ac33993d9d
> "batman-adv: don't use call_rcu if not needed"
> 
> Reported-by: Daily build check <postmaster@open-mesh.org>
> Signed-off-by: Antonio Quartulli <ordex@autistici.org>
> ---
>  compat.h | 1 +
>  1 file changed, 1 insertion(+)

Applied in revision e142720.

Thanks,
Marek

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-05-15  7:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-15  7:34 [B.A.T.M.A.N.] [PATCH] batman-adv: add declaration in compat code Antonio Quartulli
2013-05-15  7:46 ` Marek Lindner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox