Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 70903
b: refs/heads/master
c: 60573b8
h: refs/heads/master
i:
  70901: a7a4296
  70899: 6eaac88
  70895: 2cf81ce
v: v3
  • Loading branch information
Jens Axboe committed Oct 17, 2007
1 parent c79d85a commit 1f87a84
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: bdb02504f473be6a785741093913ea2acd05626f
refs/heads/master: 60573b874b03d22678614ca1e73f6b15c1b53b40
1 change: 1 addition & 0 deletions trunk/block/ll_rw_blk.c
Original file line number Diff line number Diff line change
Expand Up @@ -1352,6 +1352,7 @@ int blk_rq_map_sg(struct request_queue *q, struct request *rq,
sg = next_sg;
next_sg = sg_next(sg);

memset(sg, 0, sizeof(*sg));
sg->page = bvec->bv_page;
sg->length = nbytes;
sg->offset = bvec->bv_offset;
Expand Down

0 comments on commit 1f87a84

Please sign in to comment.