Re: [PATCH 3/3] Enforce "unsigned long flags;" when spinlocking

From: Alexey Dobriyan
Date: Fri Oct 20 2006 - 20:14:15 EST


> #define spin_trylock_irq(lock ) \
???????
> ({ \
> + BUILD_BUG_ON(sizeof(flags) != sizeof(unsigned long)); \
> + typecheck(unsigned long, flags); \

And it's broken. :-\

-
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/