]> git.ipfire.org Git - thirdparty/mdadm.git/commit
DDF: don't assume the anchor is fully up-to-date.
authorNeilBrown <neilb@suse.de>
Thu, 10 Apr 2014 01:41:18 +0000 (11:41 +1000)
committerNeilBrown <neilb@suse.de>
Wed, 21 May 2014 01:54:48 +0000 (11:54 +1000)
commit30bee020130a6569be8a4f58c973c9288f8c5747
treeeb947b6aba2ae4ec739ac644cbb6db7017620faf
parent609ce16109794ae768cd873606047e534fb7277f
DDF: don't assume the anchor is fully up-to-date.

We currently copy the anchor to both primary and secondary
blocks.
This assumes that the anchor is uptodate, but it might not be.
We should trust the 'active' block and copy from there.

Signed-off-by: NeilBrown <neilb@suse.de>
super-ddf.c