aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/device-mapper.h
diff options
context:
space:
mode:
authorMike Anderson <andmike@linux.vnet.ibm.com>2007-10-19 22:48:01 +0100
committerAlasdair G Kergon <agk@redhat.com>2007-10-20 02:01:26 +0100
commit7a8c3d3b92883798e4ead21dd48c16db0ec0ff6f (patch)
tree21a25dc6bd6afa11430e1ab8d997a4b1c0b960f0 /include/linux/device-mapper.h
parent51e5b2bd34ded40ef48cade8a6a8f1baa0b4275e (diff)
downloadkernel_samsung_smdk4412-7a8c3d3b92883798e4ead21dd48c16db0ec0ff6f.zip
kernel_samsung_smdk4412-7a8c3d3b92883798e4ead21dd48c16db0ec0ff6f.tar.gz
kernel_samsung_smdk4412-7a8c3d3b92883798e4ead21dd48c16db0ec0ff6f.tar.bz2
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>
Diffstat (limited to 'include/linux/device-mapper.h')
-rw-r--r--include/linux/device-mapper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/device-mapper.h b/include/linux/device-mapper.h
index 8b3c7cd..37c66d1 100644
--- a/include/linux/device-mapper.h
+++ b/include/linux/device-mapper.h
@@ -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.