linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Roland Dreier <rdreier@cisco.com>
To: Sean Hefty <mshefty@ichips.intel.com>
Cc: openib-general@openib.org, linux-kernel@vger.kernel.org
Subject: Re: [openib-general] InfiniBand 2.6.17 merge plans
Date: Mon, 27 Mar 2006 14:58:36 -0800	[thread overview]
Message-ID: <adar74n5wbn.fsf@cisco.com> (raw)
In-Reply-To: <442848EF.4000407@ichips.intel.com> (Sean Hefty's message of "Mon, 27 Mar 2006 12:19:59 -0800")

BTW, what do you think of changing rdma_wq to be a GPL export, to give
a hint that this is an internal symbol not really for general use?

In other words:

diff --git a/drivers/infiniband/core/addr.c b/drivers/infiniband/core/addr.c
index 6ebd1d1..cdf4888 100644
--- a/drivers/infiniband/core/addr.c
+++ b/drivers/infiniband/core/addr.c
@@ -56,7 +56,7 @@ static DEFINE_MUTEX(lock);
 static LIST_HEAD(req_list);
 static DECLARE_WORK(work, process_req, NULL);
 struct workqueue_struct *rdma_wq;
-EXPORT_SYMBOL(rdma_wq);
+EXPORT_SYMBOL_GPL(rdma_wq);
 
 static int copy_addr(struct rdma_dev_addr *dev_addr, struct net_device *dev,
 		     unsigned char *dst_dev_addr)

  parent reply	other threads:[~2006-03-27 22:58 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-27 19:56 InfiniBand 2.6.17 merge plans Roland Dreier
2006-03-27 20:19 ` [openib-general] " Sean Hefty
2006-03-27 20:24   ` Roland Dreier
2006-03-27 22:58   ` Roland Dreier [this message]
2006-03-27 23:42     ` Sean Hefty
2006-03-27 23:51       ` Roland Dreier
2006-03-27 23:53         ` Sean Hefty
2006-03-28 18:47 ` Bob Woodruff
2006-03-29  8:28 ` Dan Bar Dov
2006-03-29 17:03   ` Roland Dreier
2006-04-03 10:31     ` Dan Bar Dov
2006-04-03 15:46       ` Roland Dreier
2006-03-29 23:30 ` Bryan O'Sullivan
2006-03-30 22:51 ` updated " Roland Dreier
2006-03-30 23:11   ` [openib-general] " Roland Dreier
2006-03-31  6:32     ` Christoph Hellwig
2006-03-31 16:36       ` Roland Dreier
2006-03-30 23:18   ` Sean Hefty
2006-04-02  6:58   ` Michael S. Tsirkin
2006-04-02 22:36     ` Roland Dreier
2006-04-03 22:02       ` Michael S. Tsirkin
2006-04-03 22:04         ` Roland Dreier
     [not found] <OF64E1A6D6.7F279B45-ON8725713E.00768A3A-8825713E.0076440A@us.ibm.com>
2006-03-27 21:38 ` [openib-general] " Roland Dreier

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=adar74n5wbn.fsf@cisco.com \
    --to=rdreier@cisco.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mshefty@ichips.intel.com \
    --cc=openib-general@openib.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 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).