kernel-hacking-2024-linux-s.../drivers/s390/block
Stefan Weinhuber 046f3e821f [S390] dasd: Use default recovery for SNSS requests
For extended error reporting we sometimes have to start an
Sense Subsystem Status request (SNSS). When this request needs
to be recovered for some reason, the recovery request will
fail with 'command reject'.
Our usual recovery procedure will retry the failed request by
creating a new request and chaining the failed request from that
one. SNSS requests, though, must not be chained from anything,
so the recovery request will fail permanently.
Use the default recovery for SNSS request, which will just restart
the original request without further ado.

Signed-off-by: Stefan Weinhuber <wein@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2007-03-05 23:35:52 +01:00
..
dasd.c [S390] Avoid excessive inlining. 2007-02-05 21:18:53 +01:00
dasd_3370_erp.c
dasd_3990_erp.c [S390] Remove dasd_ccw_log function. 2007-02-05 21:17:22 +01:00
dasd_9336_erp.c
dasd_9343_erp.c
dasd_devmap.c [S390] Avoid excessive inlining. 2007-02-05 21:18:53 +01:00
dasd_diag.c [S390] Avoid excessive inlining. 2007-02-05 21:18:53 +01:00
dasd_diag.h
dasd_eckd.c [S390] Avoid excessive inlining. 2007-02-05 21:18:53 +01:00
dasd_eckd.h
dasd_eer.c [S390] dasd: Use default recovery for SNSS requests 2007-03-05 23:35:52 +01:00
dasd_erp.c [S390] Avoid excessive inlining. 2007-02-05 21:18:53 +01:00
dasd_fba.c [S390] Avoid excessive inlining. 2007-02-05 21:18:53 +01:00
dasd_fba.h
dasd_genhd.c [S390] Get rid of a lot of sparse warnings. 2007-02-05 21:16:47 +01:00
dasd_int.h [S390] Remove dasd_ccw_log function. 2007-02-05 21:17:22 +01:00
dasd_ioctl.c [PATCH] struct path: convert s390-drivers 2006-12-08 08:28:49 -08:00
dasd_proc.c [PATCH] mark struct file_operations const 5 2007-02-12 09:48:45 -08:00
dcssblk.c [S390] Avoid excessive inlining. 2007-02-05 21:18:53 +01:00
Kconfig
Makefile
xpram.c