From ead3700d893654d440edcb66fb3767a0c0db54cf Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Mon, 29 Dec 2014 20:05:09 -0800 Subject: [PATCH] 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-format-patch failed