summaryrefslogtreecommitdiff
path: root/mdmon.c
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2014-08-07 12:14:49 +1000
committerNeilBrown <neilb@suse.de>2014-08-07 12:14:49 +1000
commit935a32543ee761f8de874deb6782487b0fe68025 (patch)
treeb76320e7656509662165689a022fbd655e31cd14 /mdmon.c
parentf4dc5e9b7f4226217b534023c8ede3fd50c673b5 (diff)
mdmon: don't include super0 and super1 in mdmon
They are no needed, and future patch will add a dependency yo super1 which mdmon doesn't have. Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'mdmon.c')
-rw-r--r--mdmon.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/mdmon.c b/mdmon.c
index 21221cd6..27045a12 100644
--- a/mdmon.c
+++ b/mdmon.c
@@ -591,3 +591,10 @@ int save_stripes(int *source, unsigned long long *offsets,
{
return 0;
}
+
+struct superswitch super0 = {
+ .name = "0.90",
+};
+struct superswitch super1 = {
+ .name = "1.x",
+};