Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272075
b: refs/heads/master
c: 214b8ff
h: refs/heads/master
i:
  272073: e601a6e
  272071: 8a3ef2a
v: v3
  • Loading branch information
Stefan Haberland authored and Martin Schwidefsky committed Oct 30, 2011
1 parent fc28efb commit e3136f5
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 3948a102509f3bc3cc8728b2556a1ad7a4dbd7e7
refs/heads/master: 214b8ffc205bcf2ca5b04b3903be13a9257c3fbd
6 changes: 5 additions & 1 deletion trunk/drivers/s390/block/dasd.c
Original file line number Diff line number Diff line change
Expand Up @@ -2261,7 +2261,11 @@ int dasd_sleep_on_immediatly(struct dasd_ccw_req *cqr)
cqr->callback = dasd_wakeup_cb;
cqr->callback_data = DASD_SLEEPON_START_TAG;
cqr->status = DASD_CQR_QUEUED;
list_add(&cqr->devlist, &device->ccw_queue);
/*
* add new request as second
* first the terminated cqr needs to be finished
*/
list_add(&cqr->devlist, device->ccw_queue.next);

/* let the bh start the request to keep them in order */
dasd_schedule_device_bh(device);
Expand Down

0 comments on commit e3136f5

Please sign in to comment.