public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
From: Michel Machado <michel@digirati•com.br>
To: netdev@vger•kernel.org
Cc: "David S. Miller" <davem@davemloft•net>,
	Eric Dumazet <edumazet@google•com>,
	Pravin B Shelar <pshelar@nicira•com>,
	linux-kernel@vger•kernel.org
Subject: [PATCH 1/1] net-next: export skb_splice_bits()
Date: Thu, 23 May 2013 13:09:34 -0400	[thread overview]
Message-ID: <1369328974.3123.77.camel@Thor> (raw)

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@digirati•com.br>
CC: "David S. Miller" <davem@davemloft•net>
CC: Eric Dumazet <edumazet@google•com>
CC: Pravin B Shelar <pshelar@nicira•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

             reply	other threads:[~2013-05-23 17:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-23 17:09 Michel Machado [this message]
2013-05-23 19:23 ` [PATCH 1/1] net-next: export skb_splice_bits() David Miller

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=1369328974.3123.77.camel@Thor \
    --to=michel@digirati$(echo .)com.br \
    --cc=davem@davemloft$(echo .)net \
    --cc=edumazet@google$(echo .)com \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=netdev@vger$(echo .)kernel.org \
    --cc=pshelar@nicira$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox