]> git.ipfire.org Git - thirdparty/mdadm.git/commit
DDF: update timestamp/seqnum for virtual disks when config changes.
authorNeilBrown <neilb@suse.de>
Thu, 10 Apr 2014 01:34:56 +0000 (11:34 +1000)
committerNeilBrown <neilb@suse.de>
Wed, 21 May 2014 01:54:48 +0000 (11:54 +1000)
commit609ce16109794ae768cd873606047e534fb7277f
tree7473fb8d1b0a1751ca6540b2214ac4acdede0119
parent07de2684262d924820b174070592d694723572d2
DDF: update timestamp/seqnum for virtual disks when config changes.

- we weren't updating this timestamp at all
- the 'vd_config' seqnum was updated on every write of the metadata,
  which is excessive.  Just update it when there is a change.

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