linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* about kernel/ksyms.c
@ 2003-09-11  8:45 Jani Monoses
  2003-09-11 15:40 ` John Levon
  0 siblings, 1 reply; 2+ messages in thread
From: Jani Monoses @ 2003-09-11  8:45 UTC (permalink / raw)
  To: linux-kernel

Hi

what is the reason for symbols being exported from ksyms.c instead of
the files they are defined in?

thanks
Jani 


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

* Re: about kernel/ksyms.c
  2003-09-11  8:45 about kernel/ksyms.c Jani Monoses
@ 2003-09-11 15:40 ` John Levon
  0 siblings, 0 replies; 2+ messages in thread
From: John Levon @ 2003-09-11 15:40 UTC (permalink / raw)
  To: Jani Monoses; +Cc: linux-kernel

On Thu, Sep 11, 2003 at 11:45:57AM +0300, Jani Monoses wrote:

> what is the reason for symbols being exported from ksyms.c instead of
> the files they are defined in?

Historically you had to explicitly specify which files exported symbols
in the makefile. That's not true any more, and recent style seems to be
to do what you suggest. But it's not really worth the trouble of
redistributing the stuff in ksyms.c except as part of other patches IMHO

regards
john

-- 
Khendon's Law:
If the same point is made twice by the same person, the thread is over.

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

end of thread, other threads:[~2003-09-11 15:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-11  8:45 about kernel/ksyms.c Jani Monoses
2003-09-11 15:40 ` John Levon

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