Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77221
b: refs/heads/master
c: 7dc1da9
h: refs/heads/master
i:
  77219: 22f3db2
v: v3
  • Loading branch information
Stefan Haberland authored and Martin Schwidefsky committed Jan 26, 2008
1 parent 737fe71 commit aa4a181
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 028fed8233b669e03def295a4e632b1b933720f9
refs/heads/master: 7dc1da9ffae5a344f7115d019e2be069d3e1bb8d
3 changes: 2 additions & 1 deletion trunk/drivers/s390/block/dasd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1197,12 +1197,13 @@ static void __dasd_device_check_expire(struct dasd_device *device)
(time_after_eq(jiffies, cqr->expires + cqr->starttime))) {
if (device->discipline->term_IO(cqr) != 0) {
/* Hmpf, try again in 5 sec */
dasd_device_set_timer(device, 5*HZ);
DEV_MESSAGE(KERN_ERR, device,
"internal error - timeout (%is) expired "
"for cqr %p, termination failed, "
"retrying in 5s",
(cqr->expires/HZ), cqr);
cqr->expires += 5*HZ;
dasd_device_set_timer(device, 5*HZ);
} else {
DEV_MESSAGE(KERN_ERR, device,
"internal error - timeout (%is) expired "
Expand Down

0 comments on commit aa4a181

Please sign in to comment.