mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 17:12:06 +00:00
md: notify mdstat waiters of level change
Level modifications change the output of mdstat. The mdmon manager thread is interested in these events for external metadata management. Signed-off-by: Dan Williams <dan.j.williams@intel.com>
This commit is contained in:
parent
f1b29bcae1
commit
bb7f8d2217
@ -3075,6 +3075,7 @@ level_store(mddev_t *mddev, const char *buf, size_t len)
|
||||
set_bit(MD_RECOVERY_NEEDED, &mddev->recovery);
|
||||
md_wakeup_thread(mddev->thread);
|
||||
sysfs_notify(&mddev->kobj, NULL, "level");
|
||||
md_new_event(mddev);
|
||||
return rv;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user