All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] PV-GRUB: fix reiserfs 64bit support
@ 2008-06-20 17:40 Samuel Thibault
  0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2008-06-20 17:40 UTC (permalink / raw)
  To: xen-devel

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)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-06-20 17:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-20 17:40 [PATCH] PV-GRUB: fix reiserfs 64bit support Samuel Thibault

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.