diff --git a/drivers/md/md.c b/drivers/md/md.c index e6c67834c73f36..621cf85962dacb 100644 --- a/drivers/md/md.c +++ b/drivers/md/md.c @@ -9472,6 +9472,7 @@ void md_reap_sync_thread(struct mddev *mddev) wake_up(&resync_wait); /* flag recovery needed just to double check */ set_bit(MD_RECOVERY_NEEDED, &mddev->recovery); + sysfs_notify_dirent_safe(mddev->sysfs_completed); sysfs_notify_dirent_safe(mddev->sysfs_action); md_new_event(); if (mddev->event_work.func)