* Re: + isdn4linux-siemens-gigaset-drivers-common-module.patch added to -mm tree
[not found] <200602121032.k1CAWLTg002183@shell0.pdx.osdl.net>
@ 2006-02-12 15:29 ` Arjan van de Ven
2006-02-15 1:56 ` Tilman Schmidt
0 siblings, 1 reply; 2+ messages in thread
From: Arjan van de Ven @ 2006-02-12 15:29 UTC (permalink / raw)
To: linux-kernel; +Cc: hjlipp, greg, kkeil, tilman, akpm
On Sun, 2006-02-12 at 02:31 -0800, akpm@osdl.org 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@web.de>
>
> And: Tilman Schmidt <tilman@imap.cc>
> +struct prot_skb {
> + atomic_t empty;
> + struct semaphore *sem;
> + struct sk_buff *skb;
> +};
> +
please consider using mutexes instead!
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: + isdn4linux-siemens-gigaset-drivers-common-module.patch added to -mm tree
2006-02-12 15:29 ` + isdn4linux-siemens-gigaset-drivers-common-module.patch added to -mm tree Arjan van de Ven
@ 2006-02-15 1:56 ` Tilman Schmidt
0 siblings, 0 replies; 2+ messages in thread
From: Tilman Schmidt @ 2006-02-15 1:56 UTC (permalink / raw)
To: Arjan van de Ven; +Cc: linux-kernel, hjlipp, greg, kkeil, akpm
[-- Attachment #1: Type: text/plain, Size: 650 bytes --]
On 12.02.2006 16:29, Arjan van de Ven wrote:
>
>>+struct prot_skb {
>>+ atomic_t empty;
>>+ struct semaphore *sem;
>>+ struct sk_buff *skb;
>>+};
>
> please consider using mutexes instead!
Thanks for the hint. As you may have guessed, the driver dates from
pre-mutex times. :-) However, this structure is currently unused,
anyway, so we'll just remove it and recreate it with a mutex should we
need it again.
Regards
Tilman
--
Tilman Schmidt E-Mail: tilman@imap.cc
Bonn, Germany
Diese Nachricht besteht zu 100% aus wiederverwerteten Bits.
Ungeöffnet mindestens haltbar bis: (siehe Rückseite)
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 250 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-02-15 1:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <200602121032.k1CAWLTg002183@shell0.pdx.osdl.net>
2006-02-12 15:29 ` + isdn4linux-siemens-gigaset-drivers-common-module.patch added to -mm tree Arjan van de Ven
2006-02-15 1:56 ` Tilman Schmidt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox