From: Oleg Drokin <green@namesys.com>
To: Gustavo Zacarias <gustavo@zacarias.com.ar>
Cc: reiserfs-list@namesys.com, grev@namesys.com
Subject: Re: journal-2018 trouble?
Date: Tue, 25 Mar 2003 17:24:48 +0300 [thread overview]
Message-ID: <20030325172448.A8645@namesys.com> (raw)
In-Reply-To: <20030325093230.A32093@namesys.com>
Hello!
On Tue, Mar 25, 2003 at 09:32:30AM +0300, Oleg Drokin wrote:
> Please either do not apply this patch or follow the rebuild-sb advance (it will ask you
> if you want to update journal paremreters and you should agree).
> I will come up with the fix shortly.
Ok, here's supposed fix.
If you have not did rebuild-sb, you might want to try it.
(for those using data-logging patches, you do not need this patch as it does correct thing already).
Bye,
Oleg
===== fs/reiserfs/journal.c 1.26 vs edited =====
--- 1.26/fs/reiserfs/journal.c Thu Mar 13 14:52:15 2003
+++ edited/fs/reiserfs/journal.c Tue Mar 25 16:38:55 2003
@@ -1401,7 +1401,7 @@
*newest_mount_id) ;
return -1 ;
}
- if ( le32_to_cpu(desc->j_len) > sb_journal_trans_max(SB_DISK_SUPER_BLOCK(p_s_sb)) ) {
+ if ( le32_to_cpu(desc->j_len) > JOURNAL_TRANS_MAX ) {
reiserfs_warning("journal-2018: Bad transaction length %d encountered, ignoring transaction\n", le32_to_cpu(desc->j_len));
return -1 ;
}
next prev parent reply other threads:[~2003-03-25 14:24 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-03-25 1:55 journal-2018 trouble? Gustavo Zacarias
2003-03-25 6:32 ` Oleg Drokin
2003-03-25 14:24 ` Oleg Drokin [this message]
2003-03-25 16:08 ` Gustavo Zacarias
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=20030325172448.A8645@namesys.com \
--to=green@namesys.com \
--cc=grev@namesys.com \
--cc=gustavo@zacarias.com.ar \
--cc=reiserfs-list@namesys.com \
/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.