All of lore.kernel.org
 help / color / mirror / Atom feed
From: Samuel Thibault <samuel.thibault@eu.citrix.com>
To: xen-devel@lists.xensource.com
Subject: [PATCH] PV-GRUB: fix reiserfs 64bit support
Date: Fri, 20 Jun 2008 18:40:03 +0100	[thread overview]
Message-ID: <20080620174003.GA14324@implementation.uk.xensource.com> (raw)

PV-GRUB: fix reiserfs 64bit support

Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>

diff -r c069dbd814cd stubdom/grub.patches/99minios
--- a/stubdom/grub.patches/99minios	Fri Jun 20 18:39:37 2008 +0100
+++ b/stubdom/grub.patches/99minios	Fri Jun 20 18:39:46 2008 +0100
@@ -832,7 +832,18 @@
 Index: grub/stage2/fsys_reiserfs.c
 ===================================================================
 --- grub.orig/stage2/fsys_reiserfs.c	2008-06-16 15:18:03.410933000 +0100
-+++ grub/stage2/fsys_reiserfs.c	2008-06-16 15:18:14.786009000 +0100
++++ grub/stage2/fsys_reiserfs.c	2008-06-20 18:33:52.002100000 +0100
+@@ -224,8 +224,8 @@
+ 
+ struct disk_child
+ {
+-  unsigned long       dc_block_number;              /* Disk child's block number. */
+-  unsigned short      dc_size;		            /* Disk child's used space.   */
++  __u32       dc_block_number;              /* Disk child's block number. */
++  __u16      dc_size;		            /* Disk child's used space.   */
+ };
+ 
+ #define DC_SIZE (sizeof (struct disk_child))
 @@ -369,7 +369,14 @@
  static __inline__ unsigned long
  log2 (unsigned long word)

                 reply	other threads:[~2008-06-20 17:40 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20080620174003.GA14324@implementation.uk.xensource.com \
    --to=samuel.thibault@eu.citrix.com \
    --cc=xen-devel@lists.xensource.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.