Re: modules/ksyms/filenames

2001-07-20 Thread Stephen C. Tweedie
Hi, On Thu, Jul 19, 2001 at 03:54:00PM -0600, Peter J. Braam wrote: > I'm trying to export a symbol (journal_begin/end) from > fs/reiserfs/journal.c. To export the symbols I added to the Makefile: > export-objs := journal.o > > There is also a file fs/jbd/journal.c which exports symbols. > > I

Re: modules/ksyms/filenames

2001-07-19 Thread Keith Owens
On Thu, 19 Jul 2001 15:54:00 -0600, "Peter J. Braam" <[EMAIL PROTECTED]> wrote: >I'm trying to export a symbol (journal_begin/end) from >fs/reiserfs/journal.c. To export the symbols I added to the Makefile: >export-objs := journal.o > >There is also a file fs/jbd/journal.c which exports symbols.

modules/ksyms/filenames

2001-07-19 Thread Peter J. Braam
I'm trying to export a symbol (journal_begin/end) from fs/reiserfs/journal.c. To export the symbols I added to the Makefile: export-objs := journal.o There is also a file fs/jbd/journal.c which exports symbols. It seems that the two journal.ver files in include/modules/*.ver get clobbered. Sho