Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119017
b: refs/heads/master
c: a9cffb2
h: refs/heads/master
i:
  119015: 13f4523
v: v3
  • Loading branch information
Stefan Haberland authored and Martin Schwidefsky committed Nov 14, 2008
1 parent 29156a0 commit e9a5077
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 74af283102b358b0da545460d0d176f473e110f6
refs/heads/master: a9cffb227d59db526286cc9f84bf258e68a97470
5 changes: 5 additions & 0 deletions trunk/drivers/s390/block/dasd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit e9a5077

Please sign in to comment.