mtd/drivers/mtd mtd_blkdevs.c,1.19,1.20

David Woodhouse dwmw2 at infradead.org
Wed Feb 25 09:38:06 EST 2004


Update of /home/cvs/mtd/drivers/mtd
In directory phoenix.infradead.org:/tmp/cvs-serv4884

Modified Files:
	mtd_blkdevs.c 
Log Message:
Don't exit with spinlock still held.


Index: mtd_blkdevs.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/mtd_blkdevs.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- mtd_blkdevs.c	7 Nov 2003 09:52:46 -0000	1.19
+++ mtd_blkdevs.c	25 Feb 2004 14:38:03 -0000	1.20
@@ -132,6 +132,8 @@
 
 		end_request(req, res);
 	}
+	spin_unlock_irq(rq->queue_lock);
+
 	complete_and_exit(&tr->blkcore_priv->thread_dead, 0);
 }
 




More information about the linux-mtd-cvs mailing list