diff options
author | Mike Snitzer <snitzer@redhat.com> | 2017-10-10 17:02:41 -0400 |
---|---|---|
committer | Shaohua Li <shli@fb.com> | 2017-10-16 19:06:36 -0700 |
commit | 935fe0983e09f4f7331ebf5ea4ae2124f6e9f9e8 (patch) | |
tree | a3debe3ff3a5c4462b416f8992577d30c06a8a8a /drivers/md/md-cluster.c | |
parent | 584ed9fa9532f8b9d5955628ff87ee3b2ab9f5a9 (diff) | |
download | linux-935fe0983e09f4f7331ebf5ea4ae2124f6e9f9e8.tar.bz2 |
md: rename some drivers/md/ files to have an "md-" prefix
Motivated by the desire to illiminate the imprecise nature of
DM-specific patches being unnecessarily sent to both the MD maintainer
and mailing-list. Which is born out of the fact that DM files also
reside in drivers/md/
Now all MD-specific files in drivers/md/ start with either "raid" or
"md-" and the MAINTAINERS file has been updated accordingly.
Shaohua: don't change module name
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Signed-off-by: Shaohua Li <shli@fb.com>
Diffstat (limited to 'drivers/md/md-cluster.c')
-rw-r--r-- | drivers/md/md-cluster.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/md-cluster.c b/drivers/md/md-cluster.c index bf41492a2cb0..bc81ecc24c96 100644 --- a/drivers/md/md-cluster.c +++ b/drivers/md/md-cluster.c @@ -15,7 +15,7 @@ #include <linux/sched.h> #include <linux/raid/md_p.h> #include "md.h" -#include "bitmap.h" +#include "md-bitmap.h" #include "md-cluster.h" #define LVB_SIZE 64 |