All of lore.kernel.org
 help / color / mirror / Atom feed
* add_save_link:search_by_key
@ 2003-07-04 21:32 Trond Hagen
  2003-07-05 11:46 ` add_save_link:search_by_key Oleg Drokin
  0 siblings, 1 reply; 4+ messages in thread
From: Trond Hagen @ 2003-07-04 21:32 UTC (permalink / raw)
  To: reiserfs-list

[-- Attachment #1: Type: text/plain, Size: 252 bytes --]

Hi, 
why I'm getting a lot of these ? 

Jul  4 22:24:59 db-http1 kernel: vs-2100: add_save_link:search_by_key
([-1 15610004 0x1001 DIRECT]) returned 1

I'm running: 2.4.20-13.7smp  (Red Hat 7.3 kernel)

---
Trond Hagen
trond@vinterbro.com


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: add_save_link:search_by_key
  2003-07-04 21:32 add_save_link:search_by_key Trond Hagen
@ 2003-07-05 11:46 ` Oleg Drokin
  2003-07-07  5:51   ` add_save_link:search_by_key Trond Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Oleg Drokin @ 2003-07-05 11:46 UTC (permalink / raw)
  To: Trond Hagen; +Cc: reiserfs-list

Hello!

On Fri, Jul 04, 2003 at 11:32:16PM +0200, Trond Hagen wrote:

> why I'm getting a lot of these ? 
> Jul  4 22:24:59 db-http1 kernel: vs-2100: add_save_link:search_by_key
> ([-1 15610004 0x1001 DIRECT]) returned 1
> I'm running: 2.4.20-13.7smp  (Red Hat 7.3 kernel)

Sounds like you've been bitten by infamous iget4() race. The fix is
merged into 2.4.20
The individual fix can be obtained from
ftp://ftp.namesys.com/pub/reiserfs-for-2.4/2.4.20-pending/07-race-fix.diff
Don't forget to fsck your reiserfs filesystems after applying
the fix (use latest reiserfsprogs from our ftp site, not the old
stuff from RH 7.3!)

Bye,
    Oleg

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

* Re: add_save_link:search_by_key
  2003-07-05 11:46 ` add_save_link:search_by_key Oleg Drokin
@ 2003-07-07  5:51   ` Trond Hagen
  2003-07-07  5:56     ` add_save_link:search_by_key Oleg Drokin
  0 siblings, 1 reply; 4+ messages in thread
From: Trond Hagen @ 2003-07-07  5:51 UTC (permalink / raw)
  To: Oleg Drokin; +Cc: reiserfs-list

[-- Attachment #1: Type: text/plain, Size: 835 bytes --]

Thanks, but the Red Hat kernel is a 2.4.20 why isn't the fix merged in ?

trond 


On Sat, 2003-07-05 at 13:46, Oleg Drokin wrote:
> Hello!
> 
> On Fri, Jul 04, 2003 at 11:32:16PM +0200, Trond Hagen wrote:
> 
> > why I'm getting a lot of these ? 
> > Jul  4 22:24:59 db-http1 kernel: vs-2100: add_save_link:search_by_key
> > ([-1 15610004 0x1001 DIRECT]) returned 1
> > I'm running: 2.4.20-13.7smp  (Red Hat 7.3 kernel)
> 
> Sounds like you've been bitten by infamous iget4() race. The fix is
> merged into 2.4.20
> The individual fix can be obtained from
> ftp://ftp.namesys.com/pub/reiserfs-for-2.4/2.4.20-pending/07-race-fix.diff
> Don't forget to fsck your reiserfs filesystems after applying
> the fix (use latest reiserfsprogs from our ftp site, not the old
> stuff from RH 7.3!)
> 
> Bye,
>     Oleg
>

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: add_save_link:search_by_key
  2003-07-07  5:51   ` add_save_link:search_by_key Trond Hagen
@ 2003-07-07  5:56     ` Oleg Drokin
  0 siblings, 0 replies; 4+ messages in thread
From: Oleg Drokin @ 2003-07-07  5:56 UTC (permalink / raw)
  To: Trond Hagen; +Cc: reiserfs-list

Hello!

On Mon, Jul 07, 2003 at 07:51:01AM +0200, Trond Hagen wrote:

> Thanks, but the Red Hat kernel is a 2.4.20 why isn't the fix merged in ?

Oops. I meant that the fix was merged into 2.4.21.

Bye, 
    Oleg
> On Sat, 2003-07-05 at 13:46, Oleg Drokin wrote:
> > Hello!
> > 
> > On Fri, Jul 04, 2003 at 11:32:16PM +0200, Trond Hagen wrote:
> > 
> > > why I'm getting a lot of these ? 
> > > Jul  4 22:24:59 db-http1 kernel: vs-2100: add_save_link:search_by_key
> > > ([-1 15610004 0x1001 DIRECT]) returned 1
> > > I'm running: 2.4.20-13.7smp  (Red Hat 7.3 kernel)
> > 
> > Sounds like you've been bitten by infamous iget4() race. The fix is
> > merged into 2.4.20
> > The individual fix can be obtained from
> > ftp://ftp.namesys.com/pub/reiserfs-for-2.4/2.4.20-pending/07-race-fix.diff
> > Don't forget to fsck your reiserfs filesystems after applying
> > the fix (use latest reiserfsprogs from our ftp site, not the old
> > stuff from RH 7.3!)
> > 
> > Bye,
> >     Oleg
> >



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

end of thread, other threads:[~2003-07-07  5:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-04 21:32 add_save_link:search_by_key Trond Hagen
2003-07-05 11:46 ` add_save_link:search_by_key Oleg Drokin
2003-07-07  5:51   ` add_save_link:search_by_key Trond Hagen
2003-07-07  5:56     ` add_save_link:search_by_key Oleg Drokin

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.