lkml.org 
[lkml]   [2005]   [Jan]   [7]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: kobject_uevent
FromRobert Love <>
DateFri, 07 Jan 2005 11:55:49 -0500
On Fri, 2005-01-07 at 16:14 +0100, Ikke wrote:

> Next to this, there seems to be a mistake in the 2.6.10 changelog: it writes
> [quote]
> kobject_uevent(const char *signal,
> 	                 struct kobject *kobj,
> 	                 struct attribute *attr)
> [/quote]
> whilst include/linux/kobject_uevent.h defines
> [quote]
> int kobject_uevent(struct kobject *kobj,
>                    enum kobject_action action,
>                    struct attribute *attr);
> [/quote]
> which is something completely different.

The signal as a string was replaced by the kobject_action enumeration,
which is mapped to a string.  It is just an attempt at providing type
safety.

	Robert Love


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:09    [from the cache]
©2003-2008