patch-2.4.0-test8 linux/drivers/char/ftape/lowlevel/ftape-tracing.h
Next file: linux/drivers/char/nvram.c
Previous file: linux/drivers/char/ftape/lowlevel/ftape-rw.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Sun Sep 3 11:22:09 2000
- Orig file:
v2.4.0-test7/linux/drivers/char/ftape/lowlevel/ftape-tracing.h
- Orig date:
Thu Jul 27 17:38:00 2000
diff -u --recursive --new-file v2.4.0-test7/linux/drivers/char/ftape/lowlevel/ftape-tracing.h linux/drivers/char/ftape/lowlevel/ftape-tracing.h
@@ -171,7 +171,7 @@
* but rather into ftape-rw.h (maybe)
*/
#define FT_SIGNAL_EXIT(sig_mask) \
- if (sigtestsetmask(¤t->signal, sig_mask)) { \
+ if (sigtestsetmask(¤t->pending.signal, sig_mask)) { \
TRACE_ABORT(-EINTR, \
ft_t_warn, \
"interrupted by non-blockable signal"); \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)