[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1440022566-4081118-1-git-send-email-agartrell@fb.com>
Date: Wed, 19 Aug 2015 15:16:06 -0700
From: Alex Gartrell <agartrell@...com>
To: <davem@...emloft.net>
CC: <jbenc@...hat.com>, <roopa@...ulusnetworks.com>,
<netdev@...r.kernel.org>, Alex Gartrell <agartrell@...com>
Subject: [PATCH] net: Provide lwtstate_free for non-lwt config
Fixes: df383e624 ("lwtunnel: fix memory leak")
Signed-off-by: Alex Gartrell <agartrell@...com>
---
include/net/lwtunnel.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/include/net/lwtunnel.h b/include/net/lwtunnel.h
index 34fd8f7..cfee539 100644
--- a/include/net/lwtunnel.h
+++ b/include/net/lwtunnel.h
@@ -93,6 +93,10 @@ int lwtunnel_input6(struct sk_buff *skb);
#else
+static inline void lwtstate_free(struct lwtunnel_state *lws)
+{
+}
+
static inline struct lwtunnel_state *
lwtstate_get(struct lwtunnel_state *lws)
{
--
Alex Gartrell <agartrell@...com>
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists