xfs
[Top] [All Lists]

xfs on sparc64

To: linux-xfs@xxxxxxxxxxx
Subject: xfs on sparc64
From: Anders Hammarquist <iko@xxxxxxxxxxxxxx>
Date: Fri, 23 Mar 2001 13:02:20 +0100
Sender: owner-linux-xfs@xxxxxxxxxxx
Hi all!

I my search for a journaling filesystem that actually works on something
other than i386, I've landed on xfs. Initial tests look promising (it
reads, writes, and recovers from a "crash"). I had to patch it slightly
though (below) since sparc64 can't use headers from outside the kernel
tree.

--->8---
Index: linux/include/linux/grio.h
===================================================================
RCS file: /cvs/linux-2.4-xfs/linux/include/linux/grio.h,v
retrieving revision 1.4
diff -u -r1.4 grio.h
--- linux/include/linux/grio.h  2000/12/03 23:44:02     1.4
+++ linux/include/linux/grio.h  2001/03/23 11:57:12
@@ -38,7 +38,7 @@
 #ifndef _LINUX_GRIO_H_
 #define _LINUX_GRIO_H_
 
-#include <limits.h>
+#include <linux/limits.h>
 
 /* ioctl interface to GRIO on /dev/grio (10,160) */
 
--->8---

/Anders

-- 
 -- Of course I'm crazy, but that doesn't mean I'm wrong.
Anders Hammarquist                                  | iko@xxxxxxxxxxxxxx
Physics student, Chalmers University of Technology, | Hem: +46 31 88 48 50
G|teborg, Sweden.           RADIO: SM6XMM and N2JGL | Mob: +46 707 27 86 87



<Prev in Thread] Current Thread [Next in Thread>
  • xfs on sparc64, Anders Hammarquist <=