From 4cce4069597491f5714fd81605f212ad2da62e06 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Mon, 8 Dec 2008 16:59:18 -0700 Subject: introduce --detail-platform to display platform raid capabilities Metadata formats like imsm work in concert with platform firmware and hardware, so provide a way for mdadm to display this info to the user. Signed-off-by: Dan Williams --- super0.c | 1 + 1 file changed, 1 insertion(+) (limited to 'super0.c') diff --git a/super0.c b/super0.c index ab4232b..bd681f4 100644 --- a/super0.c +++ b/super0.c @@ -1110,4 +1110,5 @@ struct superswitch super0 = { .locate_bitmap = locate_bitmap0, .write_bitmap = write_bitmap0, .free_super = free_super0, + .name = "0.90", }; -- cgit