From: Andrew Morton <akpm@osdl.org>
To: Vinay K Nallamothu <vinay-rc@naturesoft.net>
Cc: torvalds@osdl.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2.6.0-test4] wait.h: fix spin_lock_irqrestore typo
Date: Sat, 23 Aug 2003 15:18:14 -0700 [thread overview]
Message-ID: <20030823151814.01fa53b1.akpm@osdl.org> (raw)
In-Reply-To: <1061646928.1141.33.camel@lima.royalchallenge.com>
Vinay K Nallamothu <vinay-rc@naturesoft.net> wrote:
>
> A small patch to fix a spin_lock typo in the macro add_wait_queue_cond
>
> Vinay
>
> --- linux-2.6.0-test4/include/linux/wait.h 2003-07-15 17:22:56.000000000 +0530
> +++ linux-2.6.0-test4-nvk/include/linux/wait.h 2003-08-23 19:08:36.000000000 +0530
> @@ -232,7 +232,7 @@
> _raced = 1; \
> __remove_wait_queue((q), (wait)); \
> } \
> - spin_lock_irqrestore(&(q)->lock, flags); \
> + spin_unlock_irqrestore(&(q)->lock, flags); \
> _raced; \
> })
Well that's obviously had a lot of testing.
It has no callers; I'll just kill it.
prev parent reply other threads:[~2003-08-23 22:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-08-23 13:55 Vinay K Nallamothu
2003-08-23 22:18 ` Andrew Morton [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=20030823151814.01fa53b1.akpm@osdl.org \
--to=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@osdl.org \
--cc=vinay-rc@naturesoft.net \
/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®