Re: + isdn4linux-siemens-gigaset-drivers-common-module.patch addedto -mm tree

From: Arjan van de Ven
Date: Sun Feb 12 2006 - 10:27:25 EST


On Sun, 2006-02-12 at 02:31 -0800, akpm@xxxxxxxx wrote:
> The patch titled
>
> isdn4linux: Siemens Gigaset drivers - common module
>
> has been added to the -mm tree. Its filename is
>
> isdn4linux-siemens-gigaset-drivers-common-module.patch
>
> See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
> out what to do about this
>
>
> From: Hansjoerg Lipp <hjlipp@xxxxxx>
>
> And: Tilman Schmidt <tilman@xxxxxxx>



> +struct prot_skb {
> + atomic_t empty;
> + struct semaphore *sem;
> + struct sk_buff *skb;
> +};
> +


please consider using mutexes instead!


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