]> git.ipfire.org Git - thirdparty/mdadm.git/commit - mdadm.h
Implement mark_clean for ddf and remove mark_dirty and mark_sync
authorNeil Brown <neilb@suse.de>
Mon, 26 May 2008 23:18:38 +0000 (09:18 +1000)
committerNeil Brown <neilb@suse.de>
Mon, 26 May 2008 23:18:38 +0000 (09:18 +1000)
commit4e5528c6f7b66f40617dabb232bc6c016bb86204
tree2350d3462e587c1a28ea19f2aa908bc368cc3d57
parentd52690acc48b3dcea1785d038fa12fc3de11d0a1
Implement mark_clean for ddf and remove mark_dirty and mark_sync

mark_dirty is just a special case of mark_clean - with sync_pos == 0.
mark_sync is not required.  We don't modify the metadata when sync
finishes.  Only when the array becomes non-writeable at which point we
use mark_clean to record how far the resync progressed.
mdadm.h
monitor.c
super-ddf.c
super-intel.c