dm: uevent generate events
This patch adds support for the dm_path_event dm_send_event functions which create and send udev events. Signed-off-by: Mike Anderson <andmike@linux.vnet.ibm.com> Signed-off-by: Alasdair G Kergon <agk@redhat.com>
This commit is contained in:
committed by
Alasdair G Kergon
parent
51e5b2bd34
commit
7a8c3d3b92
@ -183,6 +183,8 @@ int dm_resume(struct mapped_device *md);
|
||||
*/
|
||||
uint32_t dm_get_event_nr(struct mapped_device *md);
|
||||
int dm_wait_event(struct mapped_device *md, int event_nr);
|
||||
uint32_t dm_next_uevent_seq(struct mapped_device *md);
|
||||
void dm_uevent_add(struct mapped_device *md, struct list_head *elist);
|
||||
|
||||
/*
|
||||
* Info functions.
|
||||
|
Reference in New Issue
Block a user