summaryrefslogtreecommitdiffstats
path: root/mdadm.h
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2008-05-27 09:18:55 +1000
committerNeil Brown <neilb@suse.de>2008-05-27 09:18:55 +1000
commit159c3a1a7785693d21f5226182f9c066882bef66 (patch)
tree60eb38558c53783bcf7c2b7a6cdf387880c1c58d /mdadm.h
parented9d66aadec7ae41751e3a95352628814b47fbad (diff)
downloadmdadm-159c3a1a7785693d21f5226182f9c066882bef66.tar.gz
mdadm-159c3a1a7785693d21f5226182f9c066882bef66.tar.xz
mdadm-159c3a1a7785693d21f5226182f9c066882bef66.zip
Remove st->text_version in favour of info->text_version
I want the metadata handler to have more control over the 'version', particularly for arrays which are members of containers. So discard st->text_version and instead use info->text_version which getinfo_super can initialise.
Diffstat (limited to 'mdadm.h')
-rw-r--r--mdadm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mdadm.h b/mdadm.h
index b6102aa..73f22ae 100644
--- a/mdadm.h
+++ b/mdadm.h
@@ -433,7 +433,6 @@ extern struct superswitch {
int major;
- char *text_version;
int swapuuid; /* true if uuid is bigending rather than hostendian */
int external;
} super0, super1, super_ddf, super_ddf_bvd, super_ddf_svd, *superlist[];