Hello, md_do_sync in md.c doesn't handle jiffies overflow correctly. The attached patch fixes this by changing the comparison to use the time_after_eq macro. Only compile-tested. Signed-off-by: Michal Schmidt