From: Vitaly Fertman <vitaly@namesys.com>
To: Vince <fuzzy77@free.fr>
Cc: Reiserfs mail-list <Reiserfs-List@namesys.com>
Subject: Re: fsck.reiser4 infinite loop
Date: Tue, 16 Mar 2004 18:15:34 +0300 [thread overview]
Message-ID: <200403161815.34110.vitaly@namesys.com> (raw)
In-Reply-To: <4057158D.5090201@free.fr>
[-- Attachment #1: Type: text/plain, Size: 678 bytes --]
On Tuesday 16 March 2004 17:56, Vince wrote:
> Vitaly Fertman wrote:
> > thank you for hitting this, I have attached the updated patch for
> > reiser4progs. it should cure for the problem, email me about your results
> > please.
>
> It looks that I'm quite good at hitting bugs ;-)
good day.
> Ok, yet another problem: fsck.reiser4 on my other reiser4 partition
> loops on some entry. I can pack the metadata and make it available if
> needed, for now here is the log:
I see the problem, although not sure that the attached patch will
fix it correctly. If it does not, I need to have a look at the metadata.
p.s. waiting for other bug reports :)
--
Thanks,
Vitaly Fertman
[-- Attachment #2: dir40_check.patch --]
[-- Type: text/x-diff, Size: 466 bytes --]
===== plugin/object/dir40/dir40_repair.c 1.88 vs edited =====
--- 1.88/plugin/object/dir40/dir40_repair.c Thu Mar 11 22:01:47 2004
+++ edited/plugin/object/dir40/dir40_repair.c Tue Mar 16 18:07:00 2004
@@ -316,6 +316,10 @@
if (mode != RM_BUILD) {
+ /* If not the BUILD mode, continue with the
+ entry key, not the correct one. */
+ plug_call(key.plug->o.key_ops, assign,
+ &key, &entry.offset);
res |= RE_FATAL;
goto next;
}
next prev parent reply other threads:[~2004-03-16 15:15 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-03-15 11:47 status of grub reiser4 support ? Vince
2004-03-15 14:19 ` Vitaly Fertman
2004-03-15 16:52 ` Vince
2004-03-15 20:20 ` Vince
2004-03-15 20:39 ` Vince
2004-03-15 20:43 ` Vince
2004-03-15 21:07 ` Hans Reiser
2004-03-16 9:40 ` Vitaly Fertman
2004-03-16 10:57 ` Vince
2004-03-16 11:21 ` Vince
2004-03-16 13:55 ` Vitaly Fertman
2004-03-16 14:40 ` grub reiser4 support... success ! Vince
2004-03-16 14:56 ` fsck.reiser4 infinite loop Vince
2004-03-16 15:15 ` Vitaly Fertman [this message]
2004-03-16 16:01 ` Vince
2004-03-16 11:24 ` status of grub reiser4 support ? Vince
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200403161815.34110.vitaly@namesys.com \
--to=vitaly@namesys.com \
--cc=Reiserfs-List@namesys.com \
--cc=fuzzy77@free.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.