* 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* Re: Fwd: Re: 2.4.19-rc1-jam2 (-rc1aa2)
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
0 siblings, 1 reply; 5+ messages in thread
From: Chris Mason @ 2002-07-11 1:26 UTC (permalink / raw)
To: Dieter Nützel; +Cc: ReiserFS List, Andrea Arcangeli, J.A. Magallon
On Wed, 2002-07-10 at 20:35, Dieter Nützel wrote:
> Hello Chris,
>
> symbol clash between latest -AA (-jam2, 00-aa-rc1aa2) kernel and your
> data-logging stuff ;-(
You should be able to drop the EXPORT_SYMBOL(balance_dirty); from my
patch.
-chris
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Re: Fwd: Re: 2.4.19-rc1-jam2 (-rc1aa2)
2002-07-11 1:26 ` Chris Mason
@ 2002-07-11 2:23 ` Manuel Krause
2002-07-11 7:22 ` Oleg Drokin
0 siblings, 1 reply; 5+ messages in thread
From: Manuel Krause @ 2002-07-11 2:23 UTC (permalink / raw)
To: Chris Mason; +Cc: reiserfs-list
On 07/11/2002 03:26 AM, Chris Mason wrote:
> On Wed, 2002-07-10 at 20:35, Dieter Nützel wrote:
>
>>Hello Chris,
>>
>>symbol clash between latest -AA (-jam2, 00-aa-rc1aa2) kernel and your
>>data-logging stuff ;-(
>
>
> You should be able to drop the EXPORT_SYMBOL(balance_dirty); from my
> patch.
>
> -chris
>
;-)
Are your patches going to follow 2.4.19/2.4.20-preX+namesys - once
2.4.19/2.4.20-pre is finally out
(...me, just praying for this circumstance, also for namesys' hidden
patches on this next kernel!...) ?
:-))
I have no problems with: 2.4.19-rc1 + reiserfs-patches[01,02,03,05] +
all your patches (the data-logging one is now -11, checked regression
from -13) + rml-preempt-kernel.
Manuel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Re: Fwd: Re: 2.4.19-rc1-jam2 (-rc1aa2)
2002-07-11 2:23 ` Manuel Krause
@ 2002-07-11 7:22 ` Oleg Drokin
2002-07-11 13:15 ` Chris Mason
0 siblings, 1 reply; 5+ messages in thread
From: Oleg Drokin @ 2002-07-11 7:22 UTC (permalink / raw)
To: Manuel Krause; +Cc: Chris Mason, reiserfs-list
Hello!
On Thu, Jul 11, 2002 at 04:23:01AM +0200, Manuel Krause wrote:
> Are your patches going to follow 2.4.19/2.4.20-preX+namesys - once
> 2.4.19/2.4.20-pre is finally out
We hope to get these in time for 2.4.20.
> (...me, just praying for this circumstance, also for namesys' hidden
> patches on this next kernel!...) ?
And these too.
Bye,
Oleg
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: Re: Fwd: Re: 2.4.19-rc1-jam2 (-rc1aa2)
2002-07-11 7:22 ` Oleg Drokin
@ 2002-07-11 13:15 ` Chris Mason
0 siblings, 0 replies; 5+ messages in thread
From: Chris Mason @ 2002-07-11 13:15 UTC (permalink / raw)
To: Oleg Drokin; +Cc: Manuel Krause, reiserfs-list
On Thu, 2002-07-11 at 03:22, Oleg Drokin wrote:
> Hello!
>
> On Thu, Jul 11, 2002 at 04:23:01AM +0200, Manuel Krause wrote:
>
> > Are your patches going to follow 2.4.19/2.4.20-preX+namesys - once
> > 2.4.19/2.4.20-pre is finally out
>
> We hope to get these in time for 2.4.20.
The data logging code will follow the pure kernel, and will include
whatever other bits I need (as separate patches) to make things work.
Once the big chunk of namesys stuff gets merged, I'll rework my patches
on top of them.
-chris
^ 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.