Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161054
b: refs/heads/master
c: d688669
h: refs/heads/master
v: v3
  • Loading branch information
Sage Weil authored and James Bottomley committed Aug 22, 2009
1 parent 204a785 commit ddcfcb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: d430ddc660d2f9875125b4f13a2b9279313db529
refs/heads/master: d68866927ddd0ed3145cb3fba4a1c07ca5e4709d
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/ibmvscsi/ibmvfc.c
Original file line number Diff line number Diff line change
Expand Up @@ -4217,7 +4217,7 @@ static int ibmvfc_alloc_mem(struct ibmvfc_host *vhost)
if (!vhost->trace)
goto free_disc_buffer;

vhost->tgt_pool = mempool_create_kzalloc_pool(IBMVFC_TGT_MEMPOOL_SZ,
vhost->tgt_pool = mempool_create_kmalloc_pool(IBMVFC_TGT_MEMPOOL_SZ,
sizeof(struct ibmvfc_target));

if (!vhost->tgt_pool) {
Expand Down

0 comments on commit ddcfcb2

Please sign in to comment.