--- drivers/dlm/lockspace.c.old 2005-11-24 19:32:11.000000000 +0100 +++ drivers/dlm/lockspace.c 2005-11-24 19:39:59.000000000 +0100 @@ -157,9 +157,9 @@ int error; if (in) - kobject_hotplug(&ls->ls_kobj, KOBJ_ONLINE); + kobject_uevent(&ls->ls_kobj, KOBJ_ONLINE); else - kobject_hotplug(&ls->ls_kobj, KOBJ_OFFLINE); + kobject_uevent(&ls->ls_kobj, KOBJ_OFFLINE); error = wait_event_interruptible(ls->ls_uevent_wait, test_and_clear_bit(LSFL_UEVENT_WAIT, &ls->ls_flags));