void dm_uevent_add(struct mapped_device *md, struct list_head *elist) +void dm_uevent_queue(struct mapped_device *md, struct list_head *elist) Hand off the uevent to the device's list of pending events. diff --git a/drivers/md/dm-mpath.c b/drivers/md/dm ...
↧