mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 14:12:07 +02:00
[S390] dasd: log sense for fatal errors
The logging of sense data for fatal errors was accidentally removed during Hyper PAV implementation. Signed-off-by: Stefan Haberland <stefan.haberland@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
parent
74af283102
commit
a9cffb227d
|
|
@ -1746,6 +1746,11 @@ static void __dasd_process_block_ccw_queue(struct dasd_block *block,
|
|||
goto restart;
|
||||
}
|
||||
|
||||
/* log sense for fatal error */
|
||||
if (cqr->status == DASD_CQR_FAILED) {
|
||||
dasd_log_sense(cqr, &cqr->irb);
|
||||
}
|
||||
|
||||
/* First of all call extended error reporting. */
|
||||
if (dasd_eer_enabled(base) &&
|
||||
cqr->status == DASD_CQR_FAILED) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user