mtd/drivers/mtd mtdblock-24.c,1.2,1.3

David Woodhouse dwmw2 at infradead.org
Fri May 9 18:53:52 EDT 2003


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

Modified Files:
	mtdblock-24.c 
Log Message:
urgh. signal crap in 2.4 too now

Index: mtdblock-24.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/mtdblock-24.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mtdblock-24.c	24 Jan 2003 15:58:49 -0000	1.2
+++ mtdblock-24.c	9 May 2003 22:53:49 -0000	1.3
@@ -247,6 +247,10 @@
 static DECLARE_MUTEX_LOCKED(thread_sem);
 static DECLARE_WAIT_QUEUE_HEAD(thr_wq);
 
+#ifdef __rh_config_h__
+#define sigmask_lock sighand->siglock
+#endif
+
 int mtdblock_thread(void *dummy)
 {
 	struct task_struct *tsk = current;




More information about the linux-mtd-cvs mailing list