patch-2.1.70 linux/drivers/char/ftape/lowlevel/fdc-io.c

Next file: linux/drivers/char/ftape/lowlevel/ftape-init.c
Previous file: linux/drivers/char/ftape/Config.in
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.69/linux/drivers/char/ftape/lowlevel/fdc-io.c linux/drivers/char/ftape/lowlevel/fdc-io.c
@@ -445,7 +445,7 @@
 		fdc_reset();
 		resetting = 0;
 	}
-	TRACE_EXIT (current->signal & ~current->blocked) ? -EINTR : -ETIME;
+	TRACE_EXIT (signal_pending(current)) ? -EINTR : -ETIME;
 }
 
 /*      Start/stop drive motor. Enable DMA mode.

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov