diff options
| author | Mike Snitzer <[email protected]> | 2017-10-10 21:02:41 +0000 |
|---|---|---|
| committer | Shaohua Li <[email protected]> | 2017-10-17 02:06:36 +0000 |
| commit | 935fe0983e09f4f7331ebf5ea4ae2124f6e9f9e8 (patch) | |
| tree | a3debe3ff3a5c4462b416f8992577d30c06a8a8a /drivers/md/dm-raid.c | |
| parent | md: raid10: remove VLAIS (diff) | |
| download | kernel-935fe0983e09f4f7331ebf5ea4ae2124f6e9f9e8.tar.gz kernel-935fe0983e09f4f7331ebf5ea4ae2124f6e9f9e8.zip | |
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 <[email protected]>
Signed-off-by: Shaohua Li <[email protected]>
Diffstat (limited to 'drivers/md/dm-raid.c')
| -rw-r--r-- | drivers/md/dm-raid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-raid.c b/drivers/md/dm-raid.c index 1ac58c5651b7..252770696a05 100644 --- a/drivers/md/dm-raid.c +++ b/drivers/md/dm-raid.c @@ -12,7 +12,7 @@ #include "raid1.h" #include "raid5.h" #include "raid10.h" -#include "bitmap.h" +#include "md-bitmap.h" #include <linux/device-mapper.h> |
