From: K. Y. Srinivasan Date: Thu, 1 Dec 2011 12:59:20 +0000 (-0800) Subject: Staging: hv: storvsc: Implement per device memory pools X-Git-Tag: v3.3-rc1~152^2~101^2~101 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce3e301c442f7beffd049908a007697753766cf7;p=pandora-kernel.git Staging: hv: storvsc: Implement per device memory pools The current code implemented a per-HBA memory pool mechanism. For IDE disks managed by this driver, there is a one to one correspondance between the block device and the associated virtual HBA and since currently only IDE devices can be the boot device, this addressed the deadlock issues that were raised during the review process. This patch implements a per-lun memory pool mechanism. Signed-off-by: K. Y. Srinivasan Signed-off-by: Haiyang Zhang Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed