* ext2 module in 2.4.18-pre4 broken?
@ 2002-01-19 21:49 Ed Sweetman
2002-01-19 22:49 ` Nathan
2002-01-19 23:49 ` Juan Quintela
0 siblings, 2 replies; 3+ messages in thread
From: Ed Sweetman @ 2002-01-19 21:49 UTC (permalink / raw)
To: lkml
Making ext2 as a module in 2.4.18-pre4 seems to be broken.
depmod: *** Unresolved symbols in
/lib/modules/2.4.18-pre4/kernel/fs/ext2/ext2.o
depmod: waitfor_one_page
is this true or just something patching seems to have messed up over the
versions?
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: ext2 module in 2.4.18-pre4 broken?
2002-01-19 21:49 ext2 module in 2.4.18-pre4 broken? Ed Sweetman
@ 2002-01-19 22:49 ` Nathan
2002-01-19 23:49 ` Juan Quintela
1 sibling, 0 replies; 3+ messages in thread
From: Nathan @ 2002-01-19 22:49 UTC (permalink / raw)
To: lkml
Ed Sweetman wrote:
>Making ext2 as a module in 2.4.18-pre4 seems to be broken.
>
>
>
>depmod: *** Unresolved symbols in
>/lib/modules/2.4.18-pre4/kernel/fs/ext2/ext2.o
>depmod: waitfor_one_page
>
Add "EXPORT_SYMBOL(waitfor_one_page);" to linux/kernel/ksyms.c (without
the quotes).
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: ext2 module in 2.4.18-pre4 broken?
2002-01-19 21:49 ext2 module in 2.4.18-pre4 broken? Ed Sweetman
2002-01-19 22:49 ` Nathan
@ 2002-01-19 23:49 ` Juan Quintela
1 sibling, 0 replies; 3+ messages in thread
From: Juan Quintela @ 2002-01-19 23:49 UTC (permalink / raw)
To: Ed Sweetman; +Cc: lkml
>>>>> "ed" == Ed Sweetman <ed.sweetman@wmich.edu> writes:
ed> Making ext2 as a module in 2.4.18-pre4 seems to be broken.
ed> depmod: *** Unresolved symbols in
ed> /lib/modules/2.4.18-pre4/kernel/fs/ext2/ext2.o
ed> depmod: waitfor_one_page
ed> is this true or just something patching seems to have messed up over the
ed> versions?
Read the archive. Just a bug, you need to export that variable from
kernel/ksyms.c.
Later, Juan.
--
In theory, practice and theory are the same, but in practice they
are different -- Larry McVoy
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-01-19 23:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-19 21:49 ext2 module in 2.4.18-pre4 broken? Ed Sweetman
2002-01-19 22:49 ` Nathan
2002-01-19 23:49 ` Juan Quintela
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox