Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81997
b: refs/heads/master
c: 4f4f6c2
h: refs/heads/master
i:
  81995: 5bc98a9
v: v3
  • Loading branch information
Jens Axboe committed Feb 1, 2008
1 parent b2077ed commit e60fa18
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: 4eb166d9874b4917d79ccd14577a60d795a0cb4a
refs/heads/master: 4f4f6c2502474f51654a699d7127d86c2f87075a
2 changes: 1 addition & 1 deletion trunk/drivers/ide/ide-cd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1722,7 +1722,7 @@ static ide_startstop_t cdrom_newpc_intr(ide_drive_t *drive)
*/
if ((stat & DRQ_STAT) == 0) {
spin_lock_irqsave(&ide_lock, flags);
if (__blk_end_request(rq, 0, 0))
if (__blk_end_request(rq, 0, rq->data_len))
BUG();
HWGROUP(drive)->rq = NULL;
spin_unlock_irqrestore(&ide_lock, flags);
Expand Down

0 comments on commit e60fa18

Please sign in to comment.