Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74781
b: refs/heads/master
c: 794e64d
h: refs/heads/master
i:
  74779: ebfe580
v: v3
  • Loading branch information
Neil Brown authored and Linus Torvalds committed Dec 11, 2007
1 parent c65957b commit 6ffdb70
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 76832d8416430d6dd0575579ca1e00d1a790f4cb
refs/heads/master: 794e64d5e9c7f088378e093a48eb36a30091d82d
3 changes: 2 additions & 1 deletion trunk/drivers/block/umem.c
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,8 @@ static void process_page(unsigned long data)
page->idx++;
if (page->idx >= bio->bi_vcnt) {
page->bio = bio->bi_next;
page->idx = page->bio->bi_idx;
if (page->bio)
page->idx = page->bio->bi_idx;
}

pci_unmap_page(card->dev, desc->data_dma_handle,
Expand Down

0 comments on commit 6ffdb70

Please sign in to comment.