Re: BUG: v2.4.1 missing EXPORT_SYMBOL

2001-02-01 Thread Eric Kasten
> On Wed, 31 Jan 2001 15:44:29 -0500 (EST), > Eric Kasten <[EMAIL PROTECTED]> wrote: > >Quick bug report for kernel 2.4.1. There needs to be a > >EXPORT_SYMBOL(name_to_kdev_t); at the bottom of linux/init/main.c. > >name_to_kdev_t is used by the md driver (and maybe others). If the > >driver

Re: BUG: v2.4.1 missing EXPORT_SYMBOL

2001-02-01 Thread Eric Kasten
On Wed, 31 Jan 2001 15:44:29 -0500 (EST), Eric Kasten [EMAIL PROTECTED] wrote: Quick bug report for kernel 2.4.1. There needs to be a EXPORT_SYMBOL(name_to_kdev_t); at the bottom of linux/init/main.c. name_to_kdev_t is used by the md driver (and maybe others). If the driver is built as a

Re: BUG: v2.4.1 missing EXPORT_SYMBOL

2001-01-31 Thread Keith Owens
On Wed, 31 Jan 2001 15:44:29 -0500 (EST), Eric Kasten <[EMAIL PROTECTED]> wrote: >Quick bug report for kernel 2.4.1. There needs to be a >EXPORT_SYMBOL(name_to_kdev_t); at the bottom of linux/init/main.c. >name_to_kdev_t is used by the md driver (and maybe others). If the >driver is built as a

Re: v2.4.1 missing EXPORT_SYMBOL

2001-01-31 Thread Ken Sandars
- Original Message - From: "Eric Kasten" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 31, 2001 8:44 PM Subject: BUG: v2.4.1 missing EXPORT_SYMBOL > Hi, > > Quick bug report for kernel 2.4.1. There needs to be a > EXPORT_SYM

BUG: v2.4.1 missing EXPORT_SYMBOL

2001-01-31 Thread Eric Kasten
Hi, Quick bug report for kernel 2.4.1. There needs to be a EXPORT_SYMBOL(name_to_kdev_t); at the bottom of linux/init/main.c. name_to_kdev_t is used by the md driver (and maybe others). If the driver is built as a module it won't load due to the missing symbol. ...Eric Eric Kasten [EMAIL

BUG: v2.4.1 missing EXPORT_SYMBOL

2001-01-31 Thread Eric Kasten
Hi, Quick bug report for kernel 2.4.1. There needs to be a EXPORT_SYMBOL(name_to_kdev_t); at the bottom of linux/init/main.c. name_to_kdev_t is used by the md driver (and maybe others). If the driver is built as a module it won't load due to the missing symbol. ...Eric Eric Kasten [EMAIL

Re: v2.4.1 missing EXPORT_SYMBOL

2001-01-31 Thread Ken Sandars
- Original Message - From: "Eric Kasten" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 31, 2001 8:44 PM Subject: BUG: v2.4.1 missing EXPORT_SYMBOL Hi, Quick bug report for kernel 2.4.1. There needs to be a EXPORT_SYMBOL(name_to_kdev_t); at the botto

Re: BUG: v2.4.1 missing EXPORT_SYMBOL

2001-01-31 Thread Keith Owens
On Wed, 31 Jan 2001 15:44:29 -0500 (EST), Eric Kasten [EMAIL PROTECTED] wrote: Quick bug report for kernel 2.4.1. There needs to be a EXPORT_SYMBOL(name_to_kdev_t); at the bottom of linux/init/main.c. name_to_kdev_t is used by the md driver (and maybe others). If the driver is built as a