Messages in this thread |  | | | Date | Fri, 28 Oct 2005 11:00:42 +0200 | | From | Ingo Molnar <> | | Subject | Re: [PATCH] 2.6.14-rc5-mm1 net/ipv4/route.c: spin_unlock call fails to compile |
| |
* John Bowler <jbowler@acm.org> wrote:
> #else > -# define rt_hash_lock_addr(slot) NULL > +# define rt_hash_lock_addr(slot) ((spinlock_t*)NULL) > # define rt_hash_lock_init()
looks good to me - it gives (slightly) more type safety too.
Ingo - 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/
|  |