Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77276
b: refs/heads/master
c: 3687221
h: refs/heads/master
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Jan 26, 2008
1 parent 5890ba5 commit 3fe832a
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: 73d7de0c818639cf74a32ce3b13a33021414749c
refs/heads/master: 3687221f28058c40e2c57a286decd0caeac67382
5 changes: 5 additions & 0 deletions trunk/drivers/ide/ide-tape.c
Original file line number Diff line number Diff line change
Expand Up @@ -1690,6 +1690,11 @@ static int idetape_end_request(ide_drive_t *drive, int uptodate, int nr_sects)
if (error)
tape->failed_pc = NULL;

if (!blk_special_request(rq)) {
ide_end_request(drive, uptodate, nr_sects);
return 0;
}

spin_lock_irqsave(&tape->spinlock, flags);

/* The request was a pipelined data transfer request */
Expand Down

0 comments on commit 3fe832a

Please sign in to comment.