Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ef740c37 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by NeilBrown
Browse files

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: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarNeilBrown <neilb@suse.de>
parent 2a40a8ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
#include <linux/mount.h>
#include <linux/buffer_head.h>
#include <linux/raid/md.h>
#include <linux/raid/bitmap.h>
#include "bitmap.h"

/* debug macros */

+0 −0

File moved.

+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
   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 
+0 −0

File moved.

+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,6 @@

#include <linux/kthread.h>
#include <linux/raid/md.h>
#include <linux/raid/bitmap.h>
#include <linux/sysctl.h>
#include <linux/buffer_head.h> /* for invalidate_bdev */
#include <linux/poll.h>
@@ -45,6 +44,7 @@
#include <linux/reboot.h>
#include <linux/file.h>
#include <linux/delay.h>
#include "bitmap.h"

/* 63 partitions with the alternate major number (mdp) */
#define MdpMinorShift 6
Loading