linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* xen_biovec_phys_mergeable not exported
@ 2011-09-20 20:25 Matthew Wilcox
  2011-09-21 12:09 ` Jens Axboe
  0 siblings, 1 reply; 3+ messages in thread
From: Matthew Wilcox @ 2011-09-20 20:25 UTC (permalink / raw)
  To: linux-kernel; +Cc: Jens Axboe


In my NVMe driver, I call BIOVEC_PHYS_MERGEABLE().  If CONFIG_XEN
is defined, it references xen_biovec_phys_mergeable() which is not
EXPORT_SYMBOL.  I think BIOVEC_PHYS_MERGABLE is a perfectly kosher thing
to be calling from a module that implements a bio-based block driver,
so I think the right thing to do is to add an EXPORT_SYMBOL(_GPL?) to
the Xen code when I submit the driver.

Does anyone have a different opinion on this?

-- 
Matthew Wilcox				Intel Open Source Technology Centre
"Bill, look, we understand that you're interested in selling us this
operating system, but compare it to ours.  We can't possibly take such
a retrograde step."

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-09-21 18:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-20 20:25 xen_biovec_phys_mergeable not exported Matthew Wilcox
2011-09-21 12:09 ` Jens Axboe
2011-09-21 18:46   ` Konrad Rzeszutek Wilk

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).