linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Matias Bjorling <m@bjorling.me>
To: tj@kernel.org, kmo@daterainc.com, paulmck@linux.vnet.ibm.com,
	tytso@mit.edu
Cc: linux-kernel@vger.kernel.org, Matias Bjorling <m@bjorling.me>
Subject: [PATCH v2] Export percpu-refcount functions
Date: Mon, 14 Oct 2013 10:55:31 +0200	[thread overview]
Message-ID: <1381740932-14419-1-git-send-email-m@bjorling.me> (raw)

ERROR: "percpu_ref_kill_and_confirm" [...] undefined!

Working on a driver that needs them, but other modules might benefit as well.

The second version changes export symbols to GPL per Paul and Tejun's
suggestion.

(https://lkml.org/lkml/2013/10/11/370)

Kent, will you replace the previous patch with the updated. Sorry for the
inconvenience.

Changes in v2:
[1/1] Uses EXPORT_SYMBOL_GPL

Matias Bjorling (1):
  percpu-refcount: Export symbols

 lib/percpu-refcount.c | 3 +++
 1 file changed, 3 insertions(+)

-- 
1.8.1.2


             reply	other threads:[~2013-10-14  9:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-14  8:55 Matias Bjorling [this message]
2013-10-14  8:55 ` [PATCH] percpu_refcount: Export symbols Matias Bjorling
2013-10-14 13:35   ` Tejun Heo

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=1381740932-14419-1-git-send-email-m@bjorling.me \
    --to=m@bjorling.me \
    --cc=kmo@daterainc.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=paulmck@linux.vnet.ibm.com \
    --cc=tj@kernel.org \
    --cc=tytso@mit.edu \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).