public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Rasmus Andersen <rasmus@jaquet.dk>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] Add missing spin_unlock_irq to ide.c (244ac16)
Date: Fri, 25 May 2001 22:59:34 +0200	[thread overview]
Message-ID: <20010525225934.K851@jaquet.dk> (raw)

(I forgot to cc l-k on this one when it went to andre.)

Hi.

This patch adds a spin_unlock_irqsave to ide_spin_wait_hwgroup as
reported by the Stanford team way back. It applies against 244ac16.


--- linux-244-ac16-clean/drivers/ide/ide.c	Fri May 25 21:11:08 2001
+++ linux-244-ac16/drivers/ide/ide.c	Fri May 25 22:46:43 2001
@@ -2362,6 +2362,8 @@
 		__restore_flags(lflags);	/* local CPU only */
 		spin_lock_irq(&io_request_lock);
 	}
+
+        spin_unlock_irq(&io_request_lock);
 	return 0;
 }
 
-- 
        Rasmus(rasmus@jaquet.dk)


             reply	other threads:[~2001-05-25 21:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-05-25 20:59 Rasmus Andersen [this message]
2001-05-25 21:11 ` [PATCH] Add missing spin_unlock_irq to ide.c (244ac16) Jens Axboe
2001-05-25 21:17   ` Rasmus Andersen

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=20010525225934.K851@jaquet.dk \
    --to=rasmus@jaquet.dk \
    --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