summaryrefslogtreecommitdiffstats
path: root/mdadm.h
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2008-07-12 20:27:38 +1000
committerNeil Brown <neilb@suse.de>2008-07-12 20:27:38 +1000
commit0063ecba3de1e2048715800dd2b3ff909c1aa6a1 (patch)
tree1ffce61f29fb741549935657be03920433a84201 /mdadm.h
parentb8ac1967953fea50f0ec1e1650a3a9f52e6525d8 (diff)
downloadmdadm-0063ecba3de1e2048715800dd2b3ff909c1aa6a1.tar.gz
mdadm-0063ecba3de1e2048715800dd2b3ff909c1aa6a1.tar.xz
mdadm-0063ecba3de1e2048715800dd2b3ff909c1aa6a1.zip
Hide subordinate superswitch structures.
Only one superswitch should be externally visible for each general type. Others which handle different flavours (e.g. container/data-array) should be internal only.
Diffstat (limited to 'mdadm.h')
-rw-r--r--mdadm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mdadm.h b/mdadm.h
index c0e3691..9d4f6b7 100644
--- a/mdadm.h
+++ b/mdadm.h
@@ -450,9 +450,9 @@ extern struct superswitch {
int swapuuid; /* true if uuid is bigending rather than hostendian */
int external;
-} super0, super1, super_ddf, super_ddf_bvd, super_ddf_svd, *superlist[];
+} super0, super1, super_ddf, *superlist[];
-extern struct superswitch super_imsm, super_imsm_volume;
+extern struct superswitch super_imsm;
struct supertype {
struct superswitch *ss;