diff options
Diffstat (limited to 'mapfile.c')
-rw-r--r-- | mapfile.c | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -46,7 +46,6 @@ #include <sys/file.h> #include <ctype.h> - #define MAP_READ 0 #define MAP_NEW 1 #define MAP_LOCK 2 @@ -105,7 +104,6 @@ int map_write(struct map_ent *mel) mapname[0]) == 0; } - static FILE *lf = NULL; int map_lock(struct map_ent **melp) { @@ -416,11 +414,11 @@ void RebuildMap(void) * It needs to match what -I or -As would come * up with. * That means: - * Check if array is in mdadm.conf + * Check if array is in mdadm.conf * - if so use that. * determine trustworthy from homehost etc * find a unique name based on metadata name. - * + * */ struct mddev_ident *match = conf_match(st, info, NULL, 0, |