Hi all,
I have implemented a module time ago that used kobject_uevent()
function to send a signal to userspace.
Recently I tried to recompile the module based on the kernel 2.6.19-rc
and I noticed that kobject_uevent() has its number of arguments changed
from 3 to 2.
Afterward I figure out that such change was applied on kernel
2.6.16-rc1.
The old function was removed:
-int kobject_uevent(struct kobject *kobj, enum kobject_action action,
- struct attribute *attr)
and the kobject_hotplug() name was replaced by kobject_uevent():
-void kobject_hotplug(struct kobject *kobj, enum kobject_action action)
+void kobject_uevent(struct kobject *kobj, enum kobject_action action)
So is there any new function that works the same or similar way as
kobject_uevent() before 2.6.16-rc1 version?
BR,
Mauricio Lin.
_______________________________________________________
Yahoo! Acesso Grátis - Internet rápida e grátis. Instale
o discador agora!
http://br.acesso.yahoo.com
--
Kernelnewbies: Help each other learn about the Linux kernel.
Archive: http://mail.nl.linux.org/kernelnewbies/
FAQ: http://kernelnewbies.org/faq/