Re: [PATCH] lib: add idr_for_each()

From: Stefan Richter
Date: Fri Jun 01 2007 - 17:47:54 EST


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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/