lkml.org 
[lkml]   [2005]   [Aug]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 2/7] rename locking functions - convert sema_init users
On 8/18/05, Andrew Morton <akpm@osdl.org> wrote:
> Jesper Juhl <jesper.juhl@gmail.com> wrote:
> >
> > --- linux-2.6.13-rc6-git9-orig/fs/xfs/linux-2.6/sema.h 2005-06-17 21:48:29.000000000 +0200
> > +++ linux-2.6.13-rc6-git9/fs/xfs/linux-2.6/sema.h 2005-08-18 00:46:41.000000000 +0200
> > @@ -43,9 +43,9 @@
> >
> > typedef struct semaphore sema_t;
> >
> > -#define init_sema(sp, val, c, d) sema_init(sp, val)
> > -#define initsema(sp, val) sema_init(sp, val)
> > -#define initnsema(sp, val, name) sema_init(sp, val)
> > +#define init_sema(sp, val, c, d) init_sema(sp, val)
> > +#define initsema(sp, val) init_sema(sp, val)
> > +#define initnsema(sp, val, name) init_sema(sp, val)
>
> Well that's pretty nonsensical. I'll drop the patches - please don't send
> things which haven't been compiled.
>

I did build a kernel for my own box with all the patches applied, but
it must obviously have not included this bit. Sorry about that. I'll
be more thorough next time.


--
Jesper Juhl <jesper.juhl@gmail.com>
Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html
Plain text mails only, please http://www.expita.com/nomime.html
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-08-18 13:48    [W:4.955 / U:0.312 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site