Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1160
b: refs/heads/master
c: 7baeb6a
h: refs/heads/master
v: v3
  • Loading branch information
Peter Osterlund authored and Linus Torvalds committed May 17, 2005
1 parent 1d2cf0c commit fcb7610
Show file tree
Hide file tree
Showing 2 changed files with 4 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: d0856009dbaf8eca2269d4129bb83940c0d95054
refs/heads/master: 7baeb6a5ccab2d472679a053e64a63ac423c3a42
4 changes: 3 additions & 1 deletion trunk/drivers/block/pktcdvd.c
Original file line number Diff line number Diff line change
Expand Up @@ -914,8 +914,10 @@ static int pkt_handle_queue(struct pktcdvd_device *pd)
bio = node->bio;
zone = ZONE(bio->bi_sector, pd);
list_for_each_entry(p, &pd->cdrw.pkt_active_list, list) {
if (p->sector == zone)
if (p->sector == zone) {
bio = NULL;
goto try_next_bio;
}
}
break;
try_next_bio:
Expand Down

0 comments on commit fcb7610

Please sign in to comment.