]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - super-gpt.c
get_info_super: report which other devices are thought to be working/failed.
[thirdparty/mdadm.git] / super-gpt.c
index 982b4e9b8c33d4b6f309b62face20501953427b2..116e568646fe80ba352841994ba3afcf89103a37 100644 (file)
@@ -156,7 +156,7 @@ static int store_gpt(struct supertype *st, int fd)
        return 0;
 }
 
-static void getinfo_gpt(struct supertype *st, struct mdinfo *info)
+static void getinfo_gpt(struct supertype *st, struct mdinfo *info, char *map)
 {
        struct GPT *gpt = st->sb + 512;
        struct GPT_part_entry *gpe = st->sb + 1024;