bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-grub] Problem with ReiserFS


From: Jason Thomas
Subject: Re: [Bug-grub] Problem with ReiserFS
Date: Thu, 8 Nov 2001 10:09:48 +1100
User-agent: Mutt/1.3.23i

diff -ur grub-0.90.orig/stage2/fsys_reiserfs.c grub-0.90/stage2/fsys_reiserfs.c
--- grub-0.90.orig/stage2/fsys_reiserfs.c       Sat Feb  3 00:31:03 2001
+++ grub-0.90/stage2/fsys_reiserfs.c    Sun Oct 21 11:23:16 2001
@@ -620,9 +620,7 @@
   if (super.s_journal_block != 0)
     {
       INFO->journal_block = super.s_journal_block;
-      INFO->journal_block_count = super.s_journal_block_count;
-      if (INFO->journal_block_count == 0)
-       INFO->journal_block_count = super.s_orig_journal_size;
+      INFO->journal_block_count = super.s_orig_journal_size;
       if (! is_power_of_two (INFO->journal_block_count))
        return 0;


On Wed, Nov 07, 2001 at 08:00:29PM -0200, Daniel  Silva wrote:
> I'm running a gentoo system and grub does not install because it doesn't
> recognize reiserfs partition.
> What should I do?
> 
> Thanks a lot,
> Daniel Tiziani
> 
> PS: I'm not subscribed to the mailist, so if you can help me, PLEASE send
> emails to address@hidden

Attachment: pgpqG7dYlwozI.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]