Skip to content
Commit d6886692 authored by Sage Weil's avatar Sage Weil Committed by James Bottomley
Browse files

[SCSI] ibmvscsi: avoid unnecessary use of kzalloc_pool



The allocated struct is manually zeroed after allocation, so avoid using
the (broken) kzalloc mempool (which does not re-zero previously used items
when they are returned to the pool).

Acked-by: default avatarBrian King <brking@linux.vnet.ibm.com>
Signed-off-by: default avatarSage Weil <sage@newdream.net>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@suse.de>
parent d430ddc6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment