lkml.org 
[lkml]   [2003]   [Aug]   [23]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateSat, 23 Aug 2003 00:00:08 -0700
FromAndrew Morton <>
SubjectRe: [PATCH 2.6] 2/3 Serio: possible race in handle_events
Dmitry Torokhov <dtor_core@ameritech.net> wrote:
>
> +static int is_known_serio(struct serio *serio)
>  +{
>  +	struct serio *s;
>  +	
>  +	list_for_each_entry(s, &serio_list, node)
>  +		if (s == serio)
>  +			return 1;
>  +	return 0;
>  +}

Could this just be

	return !list_empty(&serio->node);

?
-
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 12:48    [from the cache]
©2003-2008