On Sunday 31 October 2010 22:07:37 Linus Lüssing wrote:
sysfs_del_hardif invokes kobject_put, which might
sleep. However, we
are not allowed to sleep during a call_rcu. There is also no need to
do the removal with an atomic call_rcu, as kobject_put only frees the
kobject when there is no more reference to it anyway.
Applied in revision 1856.
Thanks,
Marek