All of lore.kernel.org
 help / color / mirror / Atom feed
* Fwd: Re: 2.4.19-rc1-jam2 (-rc1aa2)
@ 2002-07-11  0:35 Dieter Nützel
  2002-07-11  1:26 ` Chris Mason
  0 siblings, 1 reply; 5+ messages in thread
From: Dieter Nützel @ 2002-07-11  0:35 UTC (permalink / raw)
  To: Chris Mason; +Cc: ReiserFS List, Andrea Arcangeli, J.A. Magallon

Hello Chris,

symbol clash between latest -AA (-jam2, 00-aa-rc1aa2) kernel and your 
data-logging stuff ;-(

Regards,
	Dieter

----------  Forwarded Message  ----------

Subject: Re: 2.4.19-rc1-jam2 (-rc1aa2)
Date: Thu, 11 Jul 2002 02:26:03 +0200
From: Dieter Nützel <Dieter.Nuetzel@hamburg.de>
To: "J.A. Magallon" <jamagallon@able.es>
Cc: Andrea Arcangeli <andrea@suse.de>

On Thursday 11 July 2002 02:01, J.A. Magallon wrote:
> On 2002.07.11 Dieter Nützel wrote:
> >fs/fs.o(__ksymtab+0x10): multiple definition of `__ksymtab_balance_dirty'
> >kernel/kernel.o(__ksymtab+0x870): first defined here
> >fs/fs.o(.kstrtab+0x47): multiple definition of `__kstrtab_balance_dirty'
> >kernel/kernel.o(.kstrtab+0x23c7): first defined here

[-]

> I think your gcc is making one other definition of balance_dirty from this:
>
> kernel/ksyms.c:EXPORT_SYMBOL(balance_dirty);
>
> gcc, binutils version ?

Reading specs from /usr/lib/gcc-lib/i486-suse-linux/2.95.3/specs
gcc version 2.95.3 20010315 (SuSE)

GNU ld version 2.11.90.0.29 (with BFD 2.11.90.0.29)

> Are you building with someting like -fnocommon ?

Not that I know.

Same flags as with 2.4.19rc1aa1.

I use latest ReiserFS stuff, but same code works fine with 2.4.19rc1aa1.
Even Page Coloring works.
Only new stuff is -aa2 (XFS, not enabled, I dropped it before 'cause I do not
use it) and jam2.

SunWave1 src/linux# grep -r balance_dirty kernel fs
kernel/ksyms.c:EXPORT_SYMBOL(balance_dirty);
Übereinstimmungen in Binärdatei kernel/ksyms.o.
Übereinstimmungen in Binärdatei kernel/kernel.o.
fs/xfs/pagebuf/page_buf_io.c:   balance_dirty();
fs/xfs/pagebuf/page_buf_io.c:   int need_balance_dirty = 0;
fs/xfs/pagebuf/page_buf_io.c:           need_balance_dirty = 1;
fs/xfs/pagebuf/page_buf_io.c:   if (need_balance_dirty) {
fs/xfs/pagebuf/page_buf_io.c:                   balance_dirty();
Übereinstimmungen in Binärdatei fs/fs.o.
Übereinstimmungen in Binärdatei fs/reiserfs/reiserfs.o.
fs/reiserfs/inode.c:    int need_balance_dirty = 0 ;
fs/reiserfs/inode.c:                need_balance_dirty = 1;
fs/reiserfs/inode.c:    if (need_balance_dirty) {
fs/reiserfs/inode.c:        balance_dirty() ;
fs/reiserfs/inode.c:    int partial = 0, need_balance_dirty = 0;
fs/reiserfs/inode.c:            need_balance_dirty = 1;
fs/reiserfs/inode.c:    if (need_balance_dirty)
fs/reiserfs/inode.c:    balance_dirty();
Übereinstimmungen in Binärdatei fs/reiserfs/inode.o.
fs/reiserfs/do_balan.c:     tb->need_balance_dirty = 1;
fs/reiserfs/do_balan.c:    tb->need_balance_dirty = 0;
fs/buffer.c:static int balance_dirty_state(void)
fs/buffer.c:void balance_dirty(void)
fs/buffer.c:    int state = balance_dirty_state();
fs/buffer.c:EXPORT_SYMBOL(balance_dirty);
fs/buffer.c:/* atomic version, the user must call balance_dirty() by hand
fs/buffer.c:            balance_dirty();
fs/buffer.c:    int partial = 0, need_balance_dirty = 0;
fs/buffer.c:                            need_balance_dirty = 1;
fs/buffer.c:    if (need_balance_dirty)
fs/buffer.c:            balance_dirty();
fs/buffer.c:    if (balance_dirty_state() >= 0)
Übereinstimmungen in Binärdatei fs/buffer.o.

Thanks and good night.

-Dieter

-------------------------------------------------------

-- 
Dieter Nützel
Graduate Student, Computer Science

University of Hamburg
Department of Computer Science
@home: Dieter.Nuetzel@hamburg.de


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-07-11 13:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-11  0:35 Fwd: Re: 2.4.19-rc1-jam2 (-rc1aa2) Dieter Nützel
2002-07-11  1:26 ` Chris Mason
2002-07-11  2:23   ` Manuel Krause
2002-07-11  7:22     ` Oleg Drokin
2002-07-11 13:15       ` Chris Mason

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.