aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-uevent.c
Commit message (Collapse)AuthorAgeFilesLines
* md: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-281-11/+11
| | | | | | | | | __FUNCTION__ is gcc-specific, use __func__ Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Cc: Neil Brown <neilb@suse.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
* dm: uevent generate eventsMike Anderson2007-10-201-0/+150
| | | | | | | | 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>
* dm: add uevent to coreMike Anderson2007-10-201-0/+72
This patch adds a uevent skeleton to device-mapper. Signed-off-by: Mike Anderson <andmike@linux.vnet.ibm.com> Signed-off-by: Alasdair G Kergon <agk@redhat.com>