From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleg Drokin Subject: Re: add_save_link:search_by_key Date: Sat, 5 Jul 2003 15:46:53 +0400 Message-ID: <20030705114653.GA7094@namesys.com> References: <1057354336.1968.7.camel@atlas.vinterbro.com> Mime-Version: 1.0 Return-path: list-help: list-unsubscribe: list-post: Errors-To: flx@namesys.com Content-Disposition: inline In-Reply-To: <1057354336.1968.7.camel@atlas.vinterbro.com> List-Id: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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