Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262889
b: refs/heads/master
c: fe3e593
h: refs/heads/master
i:
  262887: e717551
v: v3
  • Loading branch information
Julia Lawall authored and Greg Kroah-Hartman committed Aug 2, 2011
1 parent d5bd25a commit 439d320
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 55dc6ee7def173f0dd3b6d0d0257917112d542e9
refs/heads/master: fe3e593601752d547bd00d83f0bdedbce1d80f59
4 changes: 2 additions & 2 deletions trunk/drivers/staging/hv/blkvsc_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ static int blkvsc_do_operation(struct block_device_context *blkdev,

page_buf = alloc_page(GFP_KERNEL);
if (!page_buf) {
kmem_cache_free(blkvsc_req->dev->request_pool, blkvsc_req);
kmem_cache_free(blkdev->request_pool, blkvsc_req);
return -ENOMEM;
}

Expand Down Expand Up @@ -422,7 +422,7 @@ static int blkvsc_do_operation(struct block_device_context *blkdev,

__free_page(page_buf);

kmem_cache_free(blkvsc_req->dev->request_pool, blkvsc_req);
kmem_cache_free(blkdev->request_pool, blkvsc_req);

return ret;
}
Expand Down

0 comments on commit 439d320

Please sign in to comment.