From: Christoph Hellwig Date: Tue, 30 Dec 2014 04:05:09 +0000 (-0800) Subject: storvsc: use cmd_size to allocate per-command data X-Git-Tag: fixes-v4.0-rc1~143^2~96 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ead3700d893654d440edcb66fb3767a0c0db54cf;p=pandora-kernel.git storvsc: use cmd_size to allocate per-command data STORVSC uses its own momory pool to manage device request data. However, the SCSI layer already has a mechanisim for allocating additional memory for each command issued to device driver. This patch removes the memory pool in STORVSC and makes it use SCSI layer to allocate memory for device request data. Reviewed-by: Long Li Signed-off-by: Christoph Hellwig Signed-off-by: K. Y. Srinivasan Signed-off-by: Christoph Hellwig --- Reading git-diff-tree failed