From: Antonio Quartulli <antonio@meshcoding.com>
To: b.a.t.m.a.n@lists.open-mesh.org
Cc: Antonio Quartulli <antonio@meshcoding.com>
Subject: [B.A.T.M.A.N.] [PATCH] batman-adv add compat code for consume_skb
Date: Mon, 17 Feb 2014 09:29:32 +0100 [thread overview]
Message-ID: <1392625772-1860-1-git-send-email-antonio@meshcoding.com> (raw)
consume_skb() has been implemented in 2.6.30, therefore some
some compat code is needed for 2.6.29. This patch adds it.
Introduced by 9289542085d7e298b90c7b6fb6efb509dab69d8b
("batman-adv: free skb on TVLV parsing success")
Signed-off-by: Antonio Quartulli <antonio@meshcoding.com>
---
compat.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/compat.h b/compat.h
index deea92b..94407a6 100644
--- a/compat.h
+++ b/compat.h
@@ -26,6 +26,8 @@
#include <linux/version.h> /* LINUX_VERSION_CODE */
+#define consume_skb(_skb) kfree_skb(_skb)
+
#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 30)
#undef __alloc_percpu
--
1.8.5.3
next reply other threads:[~2014-02-17 8:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-17 8:29 Antonio Quartulli [this message]
2014-02-20 10:56 ` [B.A.T.M.A.N.] [PATCH] batman-adv add compat code for consume_skb Marek Lindner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1392625772-1860-1-git-send-email-antonio@meshcoding.com \
--to=antonio@meshcoding.com \
--cc=b.a.t.m.a.n@lists.open-mesh.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.