diff options
Diffstat (limited to 'drivers/md/md.c')
| -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 1ed5152db450..434ca39d19c1 100644 --- a/drivers/md/md.c +++ b/drivers/md/md.c | |||
| @@ -163,6 +163,7 @@ void md_new_event(mddev_t *mddev) | |||
| 163 | { | 163 | { |
| 164 | atomic_inc(&md_event_count); | 164 | atomic_inc(&md_event_count); |
| 165 | wake_up(&md_event_waiters); | 165 | wake_up(&md_event_waiters); |
| 166 | sysfs_notify(&mddev->kobj, NULL, "sync_action"); | ||
| 166 | } | 167 | } |
| 167 | EXPORT_SYMBOL_GPL(md_new_event); | 168 | EXPORT_SYMBOL_GPL(md_new_event); |
| 168 | 169 | ||
