All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 6/6] scsi tgt: fix double lock in scsi_uspace_request_fn
@ 2006-03-10 11:47 FUJITA Tomonori
  0 siblings, 0 replies; only message in thread
From: FUJITA Tomonori @ 2006-03-10 11:47 UTC (permalink / raw)
  To: james.bottomley; +Cc: linux-scsi

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>

---

 drivers/scsi/scsi_tgt_lib.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

e5b0b9fed4c7707038aee8438be004da274c6d4e
diff --git a/drivers/scsi/scsi_tgt_lib.c b/drivers/scsi/scsi_tgt_lib.c
index 8746236..5d76078 100644
--- a/drivers/scsi/scsi_tgt_lib.c
+++ b/drivers/scsi/scsi_tgt_lib.c
@@ -136,7 +136,7 @@ requeue:
 	spin_lock_irq(q->queue_lock);
 	/* need to track cnts and plug */
 	blk_requeue_request(q, rq);
-	spin_lock_irq(q->queue_lock);
+	spin_unlock_irq(q->queue_lock);
 }
 
 /**
-- 
1.1.5

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2006-03-10 11:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-10 11:47 [PATCH 6/6] scsi tgt: fix double lock in scsi_uspace_request_fn FUJITA Tomonori

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.