[Cluster-devel] cluster/gfs/gfs_mkfs device_geometry.c fs_geom ...

rpeterso at sourceware.org rpeterso at sourceware.org
Mon Aug 21 19:11:23 UTC 2006


CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	rpeterso at sourceware.org	2006-08-21 19:11:22

Modified files:
	gfs/gfs_mkfs   : device_geometry.c fs_geometry.c locking.c 
	                 main.c ondisk.c structures.c 

Log message:
	Get gfs_ondisk.h from local includes, not kernel includes.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_mkfs/device_geometry.c.diff?cvsroot=cluster&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_mkfs/fs_geometry.c.diff?cvsroot=cluster&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_mkfs/locking.c.diff?cvsroot=cluster&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_mkfs/main.c.diff?cvsroot=cluster&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_mkfs/ondisk.c.diff?cvsroot=cluster&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_mkfs/structures.c.diff?cvsroot=cluster&r1=1.4&r2=1.5

--- cluster/gfs/gfs_mkfs/device_geometry.c	2006/07/10 23:39:35	1.3
+++ cluster/gfs/gfs_mkfs/device_geometry.c	2006/08/21 19:11:22	1.4
@@ -25,7 +25,7 @@
 #include <sys/param.h>
 
 #include "global.h"
-#include <linux/gfs_ondisk.h>
+#include "gfs_ondisk.h"
 #include "osi_list.h"
 #include "mkfs_gfs.h"
 #include "libgfs.h"
--- cluster/gfs/gfs_mkfs/fs_geometry.c	2006/07/10 23:39:35	1.2
+++ cluster/gfs/gfs_mkfs/fs_geometry.c	2006/08/21 19:11:22	1.3
@@ -24,7 +24,7 @@
 #include <time.h>
 
 #include "global.h"
-#include <linux/gfs_ondisk.h>
+#include "gfs_ondisk.h"
 #include "osi_list.h"
 
 #include "mkfs_gfs.h"
--- cluster/gfs/gfs_mkfs/locking.c	2004/06/24 08:53:23	1.1
+++ cluster/gfs/gfs_mkfs/locking.c	2006/08/21 19:11:22	1.2
@@ -17,7 +17,7 @@
 #include <ctype.h>
 
 #include "global.h"
-#include <linux/gfs_ondisk.h>
+#include "gfs_ondisk.h"
 #include "osi_list.h"
 
 #include "mkfs_gfs.h"
--- cluster/gfs/gfs_mkfs/main.c	2006/07/10 23:39:35	1.4
+++ cluster/gfs/gfs_mkfs/main.c	2006/08/21 19:11:22	1.5
@@ -24,7 +24,7 @@
 #include <time.h>
 
 #include "global.h"
-#include <linux/gfs_ondisk.h>
+#include "gfs_ondisk.h"
 #include "osi_list.h"
 #include "libvolume_id.h"
 #include "libgfs.h"
--- cluster/gfs/gfs_mkfs/ondisk.c	2005/01/18 16:19:00	1.2
+++ cluster/gfs/gfs_mkfs/ondisk.c	2006/08/21 19:11:22	1.3
@@ -16,7 +16,6 @@
 
 #include "global.h"
 #include "linux_endian.h"
-#include <linux/gfs_ondisk.h>
 
 #define printk printf
 #define pv(struct, member, fmt) printf("  "#member" = "fmt"\n", struct->member);
@@ -27,5 +26,5 @@
 #define RETURN(x, y) return y
 
 #define WANT_GFS_CONVERSION_FUNCTIONS
-#include <linux/gfs_ondisk.h>
+#include "gfs_ondisk.h"
 
--- cluster/gfs/gfs_mkfs/structures.c	2006/07/14 19:28:26	1.4
+++ cluster/gfs/gfs_mkfs/structures.c	2006/08/21 19:11:22	1.5
@@ -24,7 +24,7 @@
 #include <time.h>
 
 #include "global.h"
-#include <linux/gfs_ondisk.h>
+#include "gfs_ondisk.h"
 #include "osi_list.h"
 #include "linux_endian.h"
 #include "libgfs.h"




More information about the Cluster-devel mailing list