Re: [1/1] connector: export cn_already_initialized.

2006-06-19 Thread David Miller
From: Evgeniy Polyakov <[EMAIL PROTECTED]> Date: Mon, 19 Jun 2006 09:30:35 +0400 > Attached patch declares connector init function as subsys_init() > and returns -EAGAIN in case connector is not initialized yet. > > Signed-off-by: Evgeniy Polyakov <[EMAIL PROTECTED]> Applied, but I had to fixup

Re: [1/1] connector: export cn_already_initialized.

2006-06-18 Thread Evgeniy Polyakov
On Tue, May 16, 2006 at 04:14:06PM -0700, David S. Miller ([EMAIL PROTECTED]) wrote: > From: Evgeniy Polyakov <[EMAIL PROTECTED]> > Date: Sat, 6 May 2006 12:40:45 +0400 > > > Some external patches, which can be built both as static build and as > > module just check that value, and thus will fail

Re: [1/1] connector: export cn_already_initialized.

2006-05-24 Thread Evgeniy Polyakov
On Tue, May 16, 2006 at 04:14:06PM -0700, David S. Miller ([EMAIL PROTECTED]) wrote: > From: Evgeniy Polyakov <[EMAIL PROTECTED]> > Date: Sat, 6 May 2006 12:40:45 +0400 > > I think the right solution is to call external init functions after cn > > init function, but it's ordering is not always kno

Re: [1/1] connector: export cn_already_initialized.

2006-05-16 Thread David S. Miller
From: Evgeniy Polyakov <[EMAIL PROTECTED]> Date: Sat, 6 May 2006 12:40:45 +0400 > Some external patches, which can be built both as static build and as > module just check that value, and thus will fail with unresolved symbol > when cn and module are built as modules. > > The right set of operati

Re: [1/1] connector: export cn_already_initialized.

2006-05-06 Thread Evgeniy Polyakov
On Fri, May 05, 2006 at 05:16:46PM -0700, David S. Miller ([EMAIL PROTECTED]) wrote: > From: Evgeniy Polyakov <[EMAIL PROTECTED]> > Date: Thu, 4 May 2006 16:24:22 +0400 > > > No in-kernel users require it to be exported, so if you do think it > > should not be exported I will force external modul

Re: [1/1] connector: export cn_already_initialized.

2006-05-05 Thread David S. Miller
From: Evgeniy Polyakov <[EMAIL PROTECTED]> Date: Thu, 4 May 2006 16:24:22 +0400 > No in-kernel users require it to be exported, so if you do think it > should not be exported I will force external module changes. What are the alternatives? - To unsubscribe from this list: send the line "unsubscri

[1/1] connector: export cn_already_initialized.

2006-05-04 Thread Evgeniy Polyakov
Some modules depend on that value, although it was initially introduced for in-kernel static build. No in-kernel users require it to be exported, so if you do think it should not be exported I will force external module changes. Signed-off-by: Evgeniy Polyakov <[EMAIL PROTECTED]> --- a/drivers/c