From: Jesper Juhl <jesper.juhl@gmail.com>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2/7] rename locking functions - convert sema_init users
Date: Thu, 18 Aug 2005 13:46:05 +0200 [thread overview]
Message-ID: <9a87484905081804464a8e24b7@mail.gmail.com> (raw)
In-Reply-To: <20050818031039.545dd53e.akpm@osdl.org>
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
prev parent reply other threads:[~2005-08-18 11:46 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-08-18 0:04 Jesper Juhl
2005-08-18 10:10 ` Andrew Morton
2005-08-18 11:46 ` Jesper Juhl [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=9a87484905081804464a8e24b7@mail.gmail.com \
--to=jesper.juhl@gmail.com \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®