Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343725
b: refs/heads/master
c: b56d100
h: refs/heads/master
i:
  343723: 2204391
v: v3
  • Loading branch information
Eric Northup authored and James Bottomley committed Nov 27, 2012
1 parent a022e19 commit 4985791
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 0b9d37aeb8bdf20ed2f994cd87eefb44e8ece382
refs/heads/master: b56d1003512c33aa1752d84e3fa078bc76b15bf8
2 changes: 2 additions & 0 deletions trunk/drivers/scsi/virtio_scsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,8 @@ static int virtscsi_queuecommand(struct Scsi_Host *sh, struct scsi_cmnd *sc)
sizeof cmd->req.cmd, sizeof cmd->resp.cmd,
GFP_ATOMIC) >= 0)
ret = 0;
else
mempool_free(cmd, virtscsi_cmd_pool);

out:
return ret;
Expand Down

0 comments on commit 4985791

Please sign in to comment.