diff options
author | Neil Brown <neilb@suse.de> | 2008-07-12 12:27:38 +0200 |
---|---|---|
committer | Neil Brown <neilb@suse.de> | 2008-07-12 12:27:38 +0200 |
commit | 0063ecba3de1e2048715800dd2b3ff909c1aa6a1 (patch) | |
tree | 1ffce61f29fb741549935657be03920433a84201 /mdmon.h | |
parent | Remove 'major' from superswitch. (diff) | |
download | 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 'mdmon.h')
-rw-r--r-- | mdmon.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -65,6 +65,4 @@ int read_dev_state(int fd); struct mdstat_ent *mdstat_read(int hold, int start); -extern struct superswitch super_ddf, super_ddf_bvd, super_ddf_svd; - extern int exit_now, manager_ready; |