Merge branch 'master' into scratch-3.0

This commit is contained in:
NeilBrown 2008-11-03 07:20:54 +11:00
commit 750b6fe656
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ int map_write(struct map_ent *mel)
f = fopen("/var/run/mdadm/map.new", "w");
if (!f) {
f = fopen("/var/run/mdadm.map.new", "w");
subdir = 1;
subdir = 0;
}
if (!f)
return 0;