]> git.ipfire.org Git - thirdparty/mdadm.git/commit - util.c
Remove st->text_version in favour of info->text_version
authorNeil Brown <neilb@suse.de>
Mon, 26 May 2008 23:18:55 +0000 (09:18 +1000)
committerNeil Brown <neilb@suse.de>
Mon, 26 May 2008 23:18:55 +0000 (09:18 +1000)
commit159c3a1a7785693d21f5226182f9c066882bef66
tree60eb38558c53783bcf7c2b7a6cdf387880c1c58d
parented9d66aadec7ae41751e3a95352628814b47fbad
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.
Assemble.c
Create.c
mdadm.h
super-ddf.c
super-intel.c
util.c