From: Andrew Morton <akpm@osdl.org>
To: Jesper Juhl <jesper.juhl@gmail.com>
Cc: linux-kernel@vger.kernel.org, jesper.juhl@gmail.com
Subject: Re: [PATCH 2/7] rename locking functions - convert sema_init users
Date: Thu, 18 Aug 2005 03:10:39 -0700 [thread overview]
Message-ID: <20050818031039.545dd53e.akpm@osdl.org> (raw)
In-Reply-To: <200508180204.33470.jesper.juhl@gmail.com>
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.
next prev parent reply other threads:[~2005-08-18 10:12 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-08-18 0:04 [PATCH 2/7] rename locking functions - convert sema_init users Jesper Juhl
2005-08-18 10:10 ` Andrew Morton [this message]
2005-08-18 11:46 ` Jesper Juhl
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=20050818031039.545dd53e.akpm@osdl.org \
--to=akpm@osdl.org \
--cc=jesper.juhl@gmail.com \
--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