From 68c7d6d790f856b4e8301d0afa7fc6873a0d4bb8 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Fri, 14 Dec 2007 20:14:16 +1100 Subject: Add 'supertype' arg to almost all metadata methods. The 'superblock' will be moved into this structure soon. --- Query.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Query.c') diff --git a/Query.c b/Query.c index e1743ef..19b2ce5 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; -- cgit