Status: ok Report the "Sync Checkpoint" in --examine mode Signed-off-by: Neil Brown ### Diffstat output ./ChangeLog | 1 + ./Examine.c | 5 +++++ ./md_p.h | 7 ++++++- 3 files changed, 12 insertions(+), 1 deletion(-) diff ./ChangeLog~current~ ./ChangeLog --- ./ChangeLog~current~ 2004-08-27 11:54:39.000000000 +1000 +++ ./ChangeLog 2004-08-27 11:53:39.000000000 +1000 @@ -6,6 +6,7 @@ Changes Prior to this release reporting "resyncing" or "recovering" in the state. - Close filedescriptor at end of --detail (exit would have closed it anyway, so this isn't abig deal). + - Report "Sync checkpoint" in --examine output if appropriate. Changes Prior to 1.6.0 release - Device name given in -Eb is determined by examining /dev rather diff ./Examine.c~current~ ./Examine.c --- ./Examine.c~current~ 2004-08-27 11:54:39.000000000 +1000 +++ ./Examine.c 2004-08-27 11:53:39.000000000 +1000 @@ -174,6 +174,11 @@ int Examine(mddev_dev_t devlist, int bri printf (" --- adjusting superblock for 2.2/sparc compatability ---\n"); } printf(" Events : %d.%d\n", super.events_hi, super.events_lo); + if (super.events_hi == super.cp_events_hi && + super.events_lo == super.cp_events_lo && + super.recovery_cp > 0 && + (super.state & (1<