Re: [PATCH] generic rw_semaphores, compile warnings patch

2001-04-20 Thread Ivan Kokshaysky
On Fri, Apr 20, 2001 at 08:50:38AM +0100, David Howells wrote: > There's also a missing "struct rw_semaphore;" declaration in linux/rwsem.h. It > needs to go in the gap below "#include ". Otherwise the > declarations for the contention handling functions will give warnings about > the struct

Re: [PATCH] generic rw_semaphores, compile warnings patch

2001-04-20 Thread David S. Miller
David Howells writes: > There's also a missing "struct rw_semaphore;" declaration in linux/rwsem.h. It > needs to go in the gap below "#include ". Otherwise the > declarations for the contention handling functions will give warnings about > the struct being declared in the parameter list.

Re: [PATCH] generic rw_semaphores, compile warnings patch

2001-04-20 Thread David Howells
David S. Miller <[EMAIL PROTECTED]> wrote: > D.W.Howells writes: > > This patch (made against linux-2.4.4-pre4) gets rid of some warnings obtained > > when using the generic rwsem implementation. > > Have a look at pre5, this is already fixed. Not entirely so... There's also a missing

Re: [PATCH] generic rw_semaphores, compile warnings patch

2001-04-20 Thread Ivan Kokshaysky
On Fri, Apr 20, 2001 at 08:50:38AM +0100, David Howells wrote: There's also a missing "struct rw_semaphore;" declaration in linux/rwsem.h. It needs to go in the gap below "#include linux/wait.h". Otherwise the declarations for the contention handling functions will give warnings about the

Re: [PATCH] generic rw_semaphores, compile warnings patch

2001-04-20 Thread David Howells
David S. Miller [EMAIL PROTECTED] wrote: D.W.Howells writes: This patch (made against linux-2.4.4-pre4) gets rid of some warnings obtained when using the generic rwsem implementation. Have a look at pre5, this is already fixed. Not entirely so... There's also a missing "struct

Re: [PATCH] generic rw_semaphores, compile warnings patch

2001-04-20 Thread David S. Miller
David Howells writes: There's also a missing "struct rw_semaphore;" declaration in linux/rwsem.h. It needs to go in the gap below "#include linux/wait.h". Otherwise the declarations for the contention handling functions will give warnings about the struct being declared in the parameter

Re: [PATCH] generic rw_semaphores, compile warnings patch

2001-04-19 Thread David S. Miller
D.W.Howells writes: > This patch (made against linux-2.4.4-pre4) gets rid of some warnings obtained > when using the generic rwsem implementation. Have a look at pre5, this is already fixed. Later, David S. Miller [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe

[PATCH] generic rw_semaphores, compile warnings patch

2001-04-19 Thread D . W . Howells
This patch (made against linux-2.4.4-pre4) gets rid of some warnings obtained when using the generic rwsem implementation. David diff -uNr linux-2.4.4-pre4/include/linux/rwsem.h linux/include/linux/rwsem.h --- linux-2.4.4-pre4/include/linux/rwsem.h Thu Apr 19 22:07:49 2001 +++

[PATCH] generic rw_semaphores, compile warnings patch

2001-04-19 Thread D . W . Howells
This patch (made against linux-2.4.4-pre4) gets rid of some warnings obtained when using the generic rwsem implementation. David diff -uNr linux-2.4.4-pre4/include/linux/rwsem.h linux/include/linux/rwsem.h --- linux-2.4.4-pre4/include/linux/rwsem.h Thu Apr 19 22:07:49 2001 +++

Re: [PATCH] generic rw_semaphores, compile warnings patch

2001-04-19 Thread David S. Miller
D.W.Howells writes: This patch (made against linux-2.4.4-pre4) gets rid of some warnings obtained when using the generic rwsem implementation. Have a look at pre5, this is already fixed. Later, David S. Miller [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe