| To: | Mihai RUSU <dizzy@xxxxxxxxx> |
|---|---|
| Subject: | Re: [Bug 283] kernel-source-2.4.20-20.9.XFS1.3.1.i386.rpm fails to compile |
| From: | Keith Owens <kaos@xxxxxxx> |
| Date: | Tue, 28 Oct 2003 13:34:07 +1100 |
| Cc: | xfs-master@xxxxxxxxxxx |
| In-reply-to: | Your message of "Mon, 27 Oct 2003 12:24:28 +0200." <Pine.LNX.4.56L0.0310271220480.6270@ahriman.bucharest.roedu.net> |
| Sender: | linux-xfs-bounce@xxxxxxxxxxx |
http://oss.sgi.com/bugzilla/show_bug.cgi?id=283 The RH kksymoops patch is ugly, it creates a separate file instead of putting the print_modules() function in kernel/module.c where it belongs. Then the build breaks with duplicate symbols when built with CONFIG_MODULES=n. Quick and dirty fix. --- kernel/module.c.orig 2003-10-28 13:30:48.000000000 +1100 +++ kernel/module.c 2003-10-28 13:30:56.000000000 +1100 @@ -1284,10 +1284,6 @@ int try_inc_mod_count(struct module *mod return 1; } -void print_modules(void) -{ -} - #endif /* CONFIG_MODULES */ |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Broken Log Help Needed, Glen Overby |
|---|---|
| Next by Date: | Re: Are there xfs patches for the RH Enterprise kernels?, Eric Sandeen |
| Previous by Thread: | Re: [Bug 283] kernel-source-2.4.20-20.9.XFS1.3.1.i386.rpm fails to compile, Mihai RUSU |
| Next by Thread: | Re: [Bug 283] kernel-source-2.4.20-20.9.XFS1.3.1.i386.rpm fails to compile, Mihai RUSU |
| Indexes: | [Date] [Thread] [Top] [All Lists] |