Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33372
b: refs/heads/master
c: ebc4599
h: refs/heads/master
v: v3
  • Loading branch information
Horst Hummel authored and Martin Schwidefsky committed Aug 9, 2006
1 parent 8c2a0e2 commit 65753df
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 5cb900a34f640771a4ab6a178659c75022f2971a
refs/heads/master: ebc4599990898ecaaace7ed40dfad6d8d9f2a24a
2 changes: 1 addition & 1 deletion trunk/drivers/s390/block/dasd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1730,8 +1730,8 @@ dasd_flush_request_queue(struct dasd_device * device)
req = elv_next_request(device->request_queue);
if (req == NULL)
break;
dasd_end_request(req, 0);
blkdev_dequeue_request(req);
dasd_end_request(req, 0);
}
spin_unlock_irq(&device->request_queue_lock);
}
Expand Down

0 comments on commit 65753df

Please sign in to comment.