patch-2.4.0-test6 linux/include/linux/raid/raid0.h

Next file: linux/include/linux/raid/raid1.h
Previous file: linux/include/linux/raid/linear.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test5/linux/include/linux/raid/raid0.h linux/include/linux/raid/raid0.h
@@ -5,9 +5,9 @@
 
 struct strip_zone
 {
-	int zone_offset;		/* Zone offset in md_dev */
-	int dev_offset;			/* Zone offset in real dev */
-	int size;			/* Zone size */
+	unsigned long zone_offset;	/* Zone offset in md_dev */
+	unsigned long dev_offset;	/* Zone offset in real dev */
+	unsigned long size;		/* Zone size */
 	int nb_dev;			/* # of devices attached to the zone */
 	mdk_rdev_t *dev[MAX_REAL]; /* Devices attached to the zone */
 };

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)