Re: 2.6.12-rc1-mm3: class_simple API

2005-03-30 Thread Nick Orlov
On Wed, Mar 30, 2005 at 10:19:42PM -0500, [EMAIL PROTECTED] wrote: > On Sun, 27 Mar 2005 13:04:31 EST, Nick Orlov said: > > > Problem is that the latest bk-driver-core patch included in the > > 2.6.12-rc1-mm3 > > removes class_simple API without providing EXPORT_SYMBOL'ed (as opposed to > > EXPOR

Re: 2.6.12-rc1-mm3: class_simple API

2005-03-30 Thread Valdis . Kletnieks
On Sun, 27 Mar 2005 13:04:31 EST, Nick Orlov said: > Problem is that the latest bk-driver-core patch included in the 2.6.12-rc1-mm3 > removes class_simple API without providing EXPORT_SYMBOL'ed (as opposed to > EXPORT_SYMBOL_GPL) alternative. > > As the result I don't see a way how out-of-the-ker

Re: 2.6.12-rc1-mm3: class_simple API

2005-03-27 Thread Jim Crilly
On 03/27/05 01:39:27PM -0500, Nick Orlov wrote: > On Sun, Mar 27, 2005 at 10:17:17AM -0800, Greg KH wrote: > > On Sun, Mar 27, 2005 at 01:04:31PM -0500, Nick Orlov wrote: > > > > > > - Whether the changes like the one above are "the right thing to do" ? > > > > Yes. > > Questionable. > > > >

Re: 2.6.12-rc1-mm3: class_simple API

2005-03-27 Thread Nick Orlov
On Sun, Mar 27, 2005 at 10:17:17AM -0800, Greg KH wrote: > On Sun, Mar 27, 2005 at 01:04:31PM -0500, Nick Orlov wrote: > > > > - Whether the changes like the one above are "the right thing to do" ? > > Yes. Questionable. > > > - What's the best way to deal with this particular issue ? > > C

Re: 2.6.12-rc1-mm3: class_simple API

2005-03-27 Thread Greg KH
On Sun, Mar 27, 2005 at 01:04:31PM -0500, Nick Orlov wrote: > > - Whether the changes like the one above are "the right thing to do" ? Yes. > - What's the best way to deal with this particular issue ? Change the code to not use these functions. Look at the vmware code for examples of how to