Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286255
b: refs/heads/master
c: 51882d0
h: refs/heads/master
i:
  286253: 574d77b
  286251: 8305834
  286247: 19dc7dd
  286239: 7ba2c60
v: v3
  • Loading branch information
Matthew Wilcox committed Nov 4, 2011
1 parent f3a45da commit 15c7efc
Show file tree
Hide file tree
Showing 2 changed files with 2 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: d2d8703481f60d67f49e3177196cbe474b11377c
refs/heads/master: 51882d00f07da9601cc962a3596e48aafb4f4163
1 change: 1 addition & 0 deletions trunk/drivers/block/nvme.c
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ static int nvme_map_bio(struct device *dev, struct nvme_req_info *info,
sg_init_table(sg, psegs);
bio_for_each_segment(bvec, bio, i) {
sg_set_page(sg, bvec->bv_page, bvec->bv_len, bvec->bv_offset);
sg++;
/* XXX: handle non-mergable here */
nsegs++;
}
Expand Down

0 comments on commit 15c7efc

Please sign in to comment.