]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - mapfile.c
Handle checkpointing during reshape
[thirdparty/mdadm.git] / mapfile.c
index be58436c6e3ad78d0627cb3af80a130cbafcac4f..1cc61d1b82aa702437768fbdfaa2dbb0b6028452 100644 (file)
--- a/mapfile.c
+++ b/mapfile.c
@@ -419,7 +419,7 @@ void RebuildMap(void)
                                 *   find a unique name based on metadata name.
                                 *   
                                 */
-                               struct mddev_ident_s *match = conf_match(info, st);
+                               struct mddev_ident *match = conf_match(info, st);
                                struct stat stb;
                                if (match && match->devname && match->devname[0] == '/') {
                                        path = match->devname;