[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1369328974.3123.77.camel@Thor>
Date: Thu, 23 May 2013 13:09:34 -0400
From: Michel Machado <michel@...irati.com.br>
To: netdev@...r.kernel.org
Cc: "David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Pravin B Shelar <pshelar@...ira.com>,
linux-kernel@...r.kernel.org
Subject: [PATCH 1/1] net-next: export skb_splice_bits()
skb_splice_bits() is already available in include/linux/skbuff.h, but
without EXPORT_SYMBOL it can't be used by kernel modules.
Signed-off-by: Michel Machado <michel@...irati.com.br>
CC: "David S. Miller" <davem@...emloft.net>
CC: Eric Dumazet <edumazet@...gle.com>
CC: Pravin B Shelar <pshelar@...ira.com>
---
diff --git a/net/core/skbuff.c b/net/core/skbuff.c
index af9185d..0976908 100644
--- a/net/core/skbuff.c
+++ b/net/core/skbuff.c
@@ -1854,6 +1854,7 @@ done:
return ret;
}
+EXPORT_SYMBOL(skb_splice_bits);
/**
* skb_store_bits - store bits from kernel buffer to skb
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists