minor header patches to 2.3.43

From: Frank Davis (fdavis112@juno.com)
Date: Thu Feb 10 2000 - 22:31:18 EST


Hello,
  I have attached a few minor header patches to 2.3.43 ..I am currently
downloading 2.3.44pre1, so I'm not sure if they have already been
included, so here they are. A symbolic link would have worked for md.h
also.(include/linux/md.h --> include/linux/raid/md.h)

--- drivers/block/cpqarray.h.old Thu Feb 10 22:07:04 2000
+++ drivers/block/cpqarray.h Thu Feb 10 22:06:33 2000
@@ -30,7 +30,7 @@
 #include <linux/locks.h>
 #include <linux/malloc.h>
 #include <linux/proc_fs.h>
-#include <linux/md.h>
+#include <linux/raid/md.h>
 #include <linux/timer.h>
 #endif

--- arch/sparc64/kernel/ioctl32.c.old Thu Feb 10 22:03:45 2000
+++ arch/sparc64/kernel/ioctl32.c Thu Feb 10 22:03:22 2000
@@ -18,7 +18,7 @@
 #include <linux/malloc.h>
 #include <linux/hdreg.h>
 #if 0 /* New RAID code is half-merged... -DaveM */
-#include <linux/md.h>
+#include <linux/raid/md.h>
 #endif
 #include <linux/kd.h>
 #include <linux/route.h>

--- include/linux/raid1.old.h Thu Feb 10 21:55:36 2000
+++ include/linux/raid1.h Thu Feb 10 21:56:15 2000
@@ -1,7 +1,7 @@
 #ifndef _RAID1_H
 #define _RAID1_H
 
-#include <linux/md.h>
+#include <linux/raid/md.h>
 
 struct mirror_info {
         int number;

--- include/linux/raid5.old.h Thu Feb 10 21:55:49 2000
+++ include/linux/raid5.h Thu Feb 10 21:56:03 2000
@@ -2,7 +2,7 @@
 #define _RAID5_H
 
 #ifdef __KERNEL__
-#include <linux/md.h>
+#include <linux/raid/md.h>
 #include <asm/atomic.h>
 
 struct disk_info {

--- drivers/block/raid1.c.old Thu Feb 10 22:05:09 2000
+++ drivers/block/raid1.c Thu Feb 10 22:04:32 2000
@@ -17,7 +17,7 @@
 #include <linux/module.h>
 #include <linux/locks.h>
 #include <linux/malloc.h>
-#include <linux/md.h>
+#include <linux/raid/md.h>
 #include <linux/raid1.h>
 #include <asm/bitops.h>
 #include <asm/atomic.h>

--- drivers/block/raid5.c.old Thu Feb 10 22:05:26 2000
+++ drivers/block/raid5.c Thu Feb 10 22:04:47 2000
@@ -17,7 +17,7 @@
 #include <linux/module.h>
 #include <linux/locks.h>
 #include <linux/malloc.h>
-#include <linux/md.h>
+#include <linux/raid/md.h>
 #include <linux/raid5.h>
 #include <asm/bitops.h>
 #include <asm/atomic.h>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Feb 15 2000 - 21:00:19 EST