aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm.h
diff options
context:
space:
mode:
authorAlasdair G Kergon <agk@redhat.com>2007-12-13 09:15:57 -0500
committerAlasdair G Kergon <agk@redhat.com>2007-12-20 12:32:11 -0500
commit69267a30bed1fabec658058c63845528a8b813d4 (patch)
treed6c527bc0d456089f1eaf0998fe39ef899b8c1fc /drivers/md/dm.h
parentadfe47702c4726b3e045f9f83178def02833be4c (diff)
dm: trigger change uevent on rename
Insert a missing KOBJ_CHANGE notification when a device is renamed. Cc: Scott James Remnant <scott@ubuntu.com> Signed-off-by: Alasdair G Kergon <agk@redhat.com>
Diffstat (limited to 'drivers/md/dm.h')
-rw-r--r--drivers/md/dm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/md/dm.h b/drivers/md/dm.h
index 177297a88ebd..b4584a39383b 100644
--- a/drivers/md/dm.h
+++ b/drivers/md/dm.h
@@ -187,4 +187,6 @@ union map_info *dm_get_mapinfo(struct bio *bio);
187int dm_open_count(struct mapped_device *md); 187int dm_open_count(struct mapped_device *md);
188int dm_lock_for_deletion(struct mapped_device *md); 188int dm_lock_for_deletion(struct mapped_device *md);
189 189
190void dm_kobject_uevent(struct mapped_device *md);
191
190#endif 192#endif