Re: patching 2.4.29 with fr1
[email protected] (Peter T. Breuer)
| Newsgroups | gmane.linux.enbd.general |
|---|---|
| Message-ID | <[email protected]> |
Hegedus Gabor <[email protected]> wrote: > 2005-02-08, k keltez?ssel 08:53-kor Peter T. Breuer ezt ?rta: > > In that case the problem would be that you are compiling everything > > into the kernel, and the raid1 stuff in the kernel wants something in > > the md stuff that is normally exported from md when it is a module, but > > seems not to be when it is compiled in. > > > > > > So "remove the static". > I need to compille it in static, You are confusing yourself with terminology. You need to compile the driver IN, not make that symbol static. > couse I'm booting a raid device (root, > boot, home is raid1). Well, if you can find out how export of symbols is supposed to be done between compiled-in kernel drivers, that would be helpful. I would have supposed that the declaration at the end of the md.c file did it: #ifdef MD_BITMAP_SUPPORT MD_EXPORT_SYMBOL(md_throttle); #endif /* MD_BITMAP_SUPPORT */ Does it not? Peter