Re: [PATCH 1/7] rename locking functions - do the rename

2005-08-18 Thread Jesper Juhl
On 8/18/05, Christoph Hellwig <[EMAIL PROTECTED]> wrote: > On Thu, Aug 18, 2005 at 02:07:14AM +0200, Jesper Juhl wrote: > > This patch renames sema_init to init_sema, init_MUTEX to init_mutex and > > init_MUTEX_LOCKED to init_mutex_locked and at the same time creates 3 > > (deprecated) wrapper fun

Re: [PATCH 1/7] rename locking functions - do the rename

2005-08-18 Thread Christoph Hellwig
On Thu, Aug 18, 2005 at 02:07:14AM +0200, Jesper Juhl wrote: > This patch renames sema_init to init_sema, init_MUTEX to init_mutex and > init_MUTEX_LOCKED to init_mutex_locked and at the same time creates 3 > (deprecated) wrapper functions with the old names. What's the point? There's not need

[PATCH 1/7] rename locking functions - do the rename

2005-08-17 Thread Jesper Juhl
This patch renames sema_init to init_sema, init_MUTEX to init_mutex and init_MUTEX_LOCKED to init_mutex_locked and at the same time creates 3 (deprecated) wrapper functions with the old names. Signed-off-by: Jesper Juhl <[EMAIL PROTECTED]> --- include/asm-alpha/semaphore.h | 31