diff options
-rw-r--r-- | drivers/md/md.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/md/md.c b/drivers/md/md.c index af0780ae56b5..69f659e46aa6 100644 --- a/drivers/md/md.c +++ b/drivers/md/md.c | |||
@@ -3075,6 +3075,7 @@ level_store(mddev_t *mddev, const char *buf, size_t len) | |||
3075 | set_bit(MD_RECOVERY_NEEDED, &mddev->recovery); | 3075 | set_bit(MD_RECOVERY_NEEDED, &mddev->recovery); |
3076 | md_wakeup_thread(mddev->thread); | 3076 | md_wakeup_thread(mddev->thread); |
3077 | sysfs_notify(&mddev->kobj, NULL, "level"); | 3077 | sysfs_notify(&mddev->kobj, NULL, "level"); |
3078 | md_new_event(mddev); | ||
3078 | return rv; | 3079 | return rv; |
3079 | } | 3080 | } |
3080 | 3081 | ||