Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360259
b: refs/heads/master
c: 9d2696e
h: refs/heads/master
i:
  360257: b325d05
  360255: 9529f0b
v: v3
  • Loading branch information
K. Y. Srinivasan authored and James Bottomley committed Feb 24, 2013
1 parent d53545d commit 879b03e
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: 7887ea7f942770c2146dbcdfa2a85aa8de93df31
refs/heads/master: 9d2696e658ef4f209955ddaa987d43f1a1bd81a1
1 change: 1 addition & 0 deletions trunk/drivers/scsi/storvsc_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,7 @@ static struct scatterlist *create_bounce_buffer(struct scatterlist *sgl,
if (!bounce_sgl)
return NULL;

sg_init_table(bounce_sgl, num_pages);
for (i = 0; i < num_pages; i++) {
page_buf = alloc_page(GFP_ATOMIC);
if (!page_buf)
Expand Down

0 comments on commit 879b03e

Please sign in to comment.