Re: [patch] v2.5.22 - add wait queue function callback support

Dave Jones (davej@suse.de)
Mon, 17 Jun 2002 22:28:12 +0200


On Mon, Jun 17, 2002 at 04:14:34PM -0400, Benjamin LaHaise wrote:
> +#define add_wait_queue_cond(q, wait, cond) \
> + ({ \
> + unsigned long flags; \
> + int _raced = 0; \
> + wq_write_lock_irqsave(&(q)->lock, flags); \

I thought we killed off wq_write_lock_irqsave 1-2 kernels ago ?

Dave

-- 
| Dave Jones.        http://www.codemonkey.org.uk
| SuSE Labs
-
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/