Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72698
b: refs/heads/master
c: 30fa0d0
h: refs/heads/master
v: v3
  • Loading branch information
Anton Blanchard authored and Jens Axboe committed Oct 29, 2007
1 parent c7f708d commit 10cd477
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: acd054a5ef401e03e0047b487e572442614f81e5
refs/heads/master: 30fa0d0f0c0ab2aa0d4c2f88eda49eaa19ea6f8d
1 change: 1 addition & 0 deletions trunk/drivers/scsi/sg.c
Original file line number Diff line number Diff line change
Expand Up @@ -1652,6 +1652,7 @@ sg_build_sgat(Sg_scatter_hold * schp, const Sg_fd * sfp, int tablesize)
schp->buffer = kzalloc(sg_bufflen, gfp_flags);
if (!schp->buffer)
return -ENOMEM;
sg_init_table(schp->buffer, tablesize);
schp->sglist_len = sg_bufflen;
return tablesize; /* number of scat_gath elements allocated */
}
Expand Down

0 comments on commit 10cd477

Please sign in to comment.