提交 ef740c37 编写于 作者: C Christoph Hellwig 提交者: NeilBrown

md: move headers out of include/linux/raid/

Move the headers with the local structures for the disciplines and
bitmap.h into drivers/md/ so that they are more easily grepable for
hacking and not far away.  md.h is left where it is for now as there
are some uses from the outside.
Signed-off-by: NChristoph Hellwig <hch@lst.de>
Signed-off-by: NNeilBrown <neilb@suse.de>
上级 2a40a8ae
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include <linux/mount.h> #include <linux/mount.h>
#include <linux/buffer_head.h> #include <linux/buffer_head.h>
#include <linux/raid/md.h> #include <linux/raid/md.h>
#include <linux/raid/bitmap.h> #include "bitmap.h"
/* debug macros */ /* debug macros */
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/ */
#include <linux/raid/linear.h> #include "linear.h"
/* /*
* find which device holds a particular offset * find which device holds a particular offset
......
...@@ -34,7 +34,6 @@ ...@@ -34,7 +34,6 @@
#include <linux/kthread.h> #include <linux/kthread.h>
#include <linux/raid/md.h> #include <linux/raid/md.h>
#include <linux/raid/bitmap.h>
#include <linux/sysctl.h> #include <linux/sysctl.h>
#include <linux/buffer_head.h> /* for invalidate_bdev */ #include <linux/buffer_head.h> /* for invalidate_bdev */
#include <linux/poll.h> #include <linux/poll.h>
...@@ -45,6 +44,7 @@ ...@@ -45,6 +44,7 @@
#include <linux/reboot.h> #include <linux/reboot.h>
#include <linux/file.h> #include <linux/file.h>
#include <linux/delay.h> #include <linux/delay.h>
#include "bitmap.h"
/* 63 partitions with the alternate major number (mdp) */ /* 63 partitions with the alternate major number (mdp) */
#define MdpMinorShift 6 #define MdpMinorShift 6
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/ */
#include <linux/raid/multipath.h> #include "multipath.h"
#define MAX_WORK_PER_DISK 128 #define MAX_WORK_PER_DISK 128
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/ */
#include <linux/raid/raid0.h> #include "raid0.h"
static void raid0_unplug(struct request_queue *q) static void raid0_unplug(struct request_queue *q)
{ {
......
...@@ -33,8 +33,8 @@ ...@@ -33,8 +33,8 @@
#include "dm-bio-list.h" #include "dm-bio-list.h"
#include <linux/delay.h> #include <linux/delay.h>
#include <linux/raid/raid1.h> #include "raid1.h"
#include <linux/raid/bitmap.h> #include "bitmap.h"
#define DEBUG 0 #define DEBUG 0
#if DEBUG #if DEBUG
......
...@@ -20,8 +20,8 @@ ...@@ -20,8 +20,8 @@
#include "dm-bio-list.h" #include "dm-bio-list.h"
#include <linux/delay.h> #include <linux/delay.h>
#include <linux/raid/raid10.h> #include "raid10.h"
#include <linux/raid/bitmap.h> #include "bitmap.h"
/* /*
* RAID10 provides a combination of RAID0 and RAID1 functionality. * RAID10 provides a combination of RAID0 and RAID1 functionality.
......
...@@ -44,10 +44,9 @@ ...@@ -44,10 +44,9 @@
*/ */
#include <linux/kthread.h> #include <linux/kthread.h>
#include "raid6.h"
#include <linux/raid/bitmap.h>
#include <linux/async_tx.h> #include <linux/async_tx.h>
#include "raid6.h"
#include "bitmap.h"
/* /*
* Stripe cache * Stripe cache
......
...@@ -319,7 +319,7 @@ struct r6_state { ...@@ -319,7 +319,7 @@ struct r6_state {
* PREREAD_ACTIVE is set, else we set DELAYED which will send it to the delayed queue. * PREREAD_ACTIVE is set, else we set DELAYED which will send it to the delayed queue.
* HANDLE gets cleared if stripe_handle leave nothing locked. * HANDLE gets cleared if stripe_handle leave nothing locked.
*/ */
struct disk_info { struct disk_info {
mdk_rdev_t *rdev; mdk_rdev_t *rdev;
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#define RAID6_USE_EMPTY_ZERO_PAGE 0 #define RAID6_USE_EMPTY_ZERO_PAGE 0
#include <linux/raid/md.h> #include <linux/raid/md.h>
#include <linux/raid/raid5.h> #include "raid5.h"
typedef raid5_conf_t raid6_conf_t; /* Same configuration */ typedef raid5_conf_t raid6_conf_t; /* Same configuration */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册