[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <466093F1.8040204@s5r6.in-berlin.de>
Date:	Fri, 01 Jun 2007 23:47:29 +0200
From:	Stefan Richter <stefanr@...6.in-berlin.de>
To:	Kristian Høgsberg <krh@...hat.com>
CC:	LKML <linux-kernel@...r.kernel.org>,
	Dave Airlie <airlied@...il.com>
Subject: Re: [PATCH] lib: add idr_for_each()
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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
Powered by blists - more mailing lists
 
