mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
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>
This commit is contained in:
parent
584ed9fa95
commit
935fe0983e
16 changed files with 20 additions and 12 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue