X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fmdadm.git;a=blobdiff_plain;f=Query.c;h=19b2ce5e621c226445003cb5ec631b6b0371142b;hp=e1743ef3685e7d79233b71b4315dd2ccfdbf1fa2;hb=68c7d6d790f856b4e8301d0afa7fc6873a0d4bb8;hpb=df37ffc0393b919ba5607bb48b2eaf2f9a1832d7 diff --git a/Query.c b/Query.c index e1743ef3..19b2ce5e 100644 --- a/Query.c +++ b/Query.c @@ -96,7 +96,7 @@ int Query(char *dev) close(fd); if (superror == 0) { /* array might be active... */ - st->ss->getinfo_super(&info, super); + st->ss->getinfo_super(st, &info, super); if (st->ss->major == 0) { mddev = get_md_name(info.array.md_minor); disc.number = info.disk.number;