Kristian Høgsberg wrote:
>  /**
> + * idr_for_each - iterate through all stored pointers
...
> + * The caller must serialize idr_find() vs idr_get_new() and idr_remove().
                                ^^^^^^^^
> + */
> +int idr_for_each(struct idr *idp,
> +              int (*fn)(int id, void *p, void *data), void *data)
> +{

...must serialize idr_for_each() vs...

-- 
Stefan Richter
-=====-=-=== -==- ----=
http://arcgraph.de/sr/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to