]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Fix an error when assembling arrays that are in the middle of a reshape.
authorNeil Brown <neilb@suse.de>
Thu, 19 Jun 2008 06:30:36 +0000 (16:30 +1000)
committerNeil Brown <neilb@suse.de>
Thu, 19 Jun 2008 06:30:36 +0000 (16:30 +1000)
commit56f8add211a840faaed325bd16483b55da544e93
tree24fcba7803e0d5f687fe4e0faaa01d54763b6e85
parent866d136a2f75b751188dfdd490be4d64e6a14d09
Fix an error when assembling arrays that are in the middle of a reshape.

It is important that dup_super always returns an 'st' with the same
->ss and ->minor_version as the st that was passed.
This wasn't happening for 0.91 metadata (i.e. in the middle of a reshape).
super0.c