diff options
Diffstat (limited to 'drivers/md/dm.c')
-rw-r--r-- | drivers/md/dm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/md/dm.c b/drivers/md/dm.c index 81717e273327..883860c3565b 100644 --- a/drivers/md/dm.c +++ b/drivers/md/dm.c | |||
@@ -1378,6 +1378,8 @@ int dm_resume(struct mapped_device *md) | |||
1378 | 1378 | ||
1379 | dm_table_unplug_all(map); | 1379 | dm_table_unplug_all(map); |
1380 | 1380 | ||
1381 | kobject_uevent(&md->disk->kobj, KOBJ_CHANGE); | ||
1382 | |||
1381 | r = 0; | 1383 | r = 0; |
1382 | 1384 | ||
1383 | out: | 1385 | out: |