]> git.ipfire.org Git - thirdparty/mdadm.git/commit
monitor: call get_resync_start on array shutdown.
authorNeilBrown <neilb@suse.de>
Fri, 18 Jul 2008 06:37:26 +0000 (16:37 +1000)
committerNeilBrown <neilb@suse.de>
Fri, 18 Jul 2008 06:37:26 +0000 (16:37 +1000)
commit33af8567de2f7b353abb53a0f6e9cffdc136a622
treed408a086c6fb7cced39add23cba169205ed1891c
parentada6c2390a0a3a4572a8931823e6a83874d54509
monitor: call get_resync_start on array shutdown.

If the array is shutdown as soon as resync finishes, we might not
notice the resync finish.  So on array shutdown, check for current
resync pos.

Signed-off-by: Neil Brown <neilb@suse.de>
monitor.c