]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - Detail.c
Remove ident arg from getinfo_super;
[thirdparty/mdadm.git] / Detail.c
index 774a75095bad055ca3885d26a8604209dd6e27a0..15c751f82f2b820381cdc459649d508ae0ab3d19 100644 (file)
--- a/Detail.c
+++ b/Detail.c
@@ -114,8 +114,7 @@ int Detail(char *dev, int brief, int test)
                                if (fd2 >=0 && st &&
                                    st->ss->load_super(st, fd2, &super, NULL) == 0) {
                                        struct mdinfo info;
-                                       struct mddev_ident_s ident;
-                                       st->ss->getinfo_super(&info, &ident, super);
+                                       st->ss->getinfo_super(&info, super);
                                        if (info.array.ctime != array.ctime ||
                                            info.array.level != array.level) {
                                                free(super);