lkml.org 
[lkml]   [2006]   [Mar]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [2.6 patch] make UNIX a bool
On Thu, 02 Mar 2006 23:14:38 -0500 "James C. Georgas" <jgeorgas@rogers.com> wrote: 
> On Thu, 2006-02-03 at 21:32 +0100, Adrian Bunk wrote:
> > We do not have to export symbols we don't want to export to modules but
> > needed by CONFIG_UNIX.
>
> Sorry, I must just be dense, or something.
>
> Is not the only difference between a modular driver and a built in
> driver supposed to be the initialization and cleanup functions?
>
> I don't see why you would have to expose any additional symbols, over
> and above the existing required symbols, to load your module.

af_unix (IE: CONFIG_UNIX) currently uses the symbol get_max_files. It
is the only module that uses that symbol, and that symbol probably should
not be exported as it's kind of an internal API. Therefore if we mandate
that CONFIG_UNIX != m, then that symbol may be properly unexported and
made private, because nothing modular would use it. Does that clear
things up?

P.S.: Please don't remove people from the CC list if you expect them to
respond to your message (Adrian Bunk readded to CC).

Cheers,
Kyle Moffett
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-03-03 05:35    [W:0.104 / U:0.128 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site