On Wednesday 2009-11-11 20:35, Jozsef Kadlecsik wrote: > >A minor fix and little improvement, but it worths a new release :-): > >Kernel part changes: > - Do not use init_MUTEX either (Jan Engelhardt) >/* For the -rt branch, DECLARE_MUTEX/init_MUTEX avoided */ JFYI, Well, MUTEX really is a misnomer as it actually evaluates to struct semaphore rather than struct mutex. sema_init is available in both vanilla and rt and one may hope that the MUTEX removal spills into mainline sooner or later. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html