Re: [PATCH] SCSI:STORVSC Use SCSI layer to allocate memory for per-command device request data

2015-03-10 Thread Olaf Hering
On Mon, Dec 29, Christoph Hellwig wrote: +++ b/drivers/scsi/storvsc_drv.c static struct scsi_host_template scsi_driver = { .module = THIS_MODULE, .name = storvsc_host_t, + .cmd_size = sizeof(struct storvsc_cmd_request),

Re: [PATCH] SCSI:STORVSC Use SCSI layer to allocate memory for per-command device request data

2015-03-10 Thread Christoph Hellwig
On Tue, Mar 10, 2015 at 12:42:33PM +0100, Olaf Hering wrote: It would be nice to change .proc_name to KBUILD_MODNAME before v4.0 is released. We carry a patch which adds this field. Of cource we can just change the patch, but if code gets touched upstream anyway... Please send a patch. Would

Re: [PATCH] SCSI:STORVSC Use SCSI layer to allocate memory for per-command device request data

2015-03-10 Thread Olaf Hering
On Tue, Mar 10, Christoph Hellwig wrote: On Tue, Mar 10, 2015 at 12:42:33PM +0100, Olaf Hering wrote: It would be nice to change .proc_name to KBUILD_MODNAME before v4.0 is released. We carry a patch which adds this field. Of cource we can just change the patch, but if code gets touched

RE: [PATCH] SCSI:STORVSC Use SCSI layer to allocate memory for per-command device request data

2014-12-29 Thread KY Srinivasan
-Original Message- From: Christoph Hellwig [mailto:h...@lst.de] Sent: Monday, December 29, 2014 8:05 PM To: KY Srinivasan; Haiyang Zhang; jbottom...@parallels.com Cc: linux-scsi@vger.kernel.org; de...@linuxdriverproject.org; linux- ker...@vger.kernel.org; Long Li; Christoph Hellwig