From: Olaf Hering <olaf@aepfle.de>
To: Christoph Hellwig <hch@lst.de>
Cc: kys@microsoft.com, haiyangz@microsoft.com,
JBottomley@parallels.com, linux-scsi@vger.kernel.org,
devel@linuxdriverproject.org, linux-kernel@vger.kernel.org,
longli@microsoft.com
Subject: Re: [PATCH] SCSI:STORVSC Use SCSI layer to allocate memory for per-command device request data
Date: Tue, 10 Mar 2015 12:42:33 +0100 [thread overview]
Message-ID: <20150310114233.GA30423@gmail.com> (raw)
In-Reply-To: <1419912309-13518-1-git-send-email-hch@lst.de>
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),
> .bios_param = storvsc_get_chs,
> .queuecommand = storvsc_queuecommand,
> .eh_host_reset_handler = storvsc_host_reset_handler,
> + .proc_name = "storvsc_host",
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...
Olaf
next prev parent reply other threads:[~2015-03-10 11:42 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-30 4:05 [PATCH] SCSI:STORVSC Use SCSI layer to allocate memory for per-command device request data Christoph Hellwig
2014-12-30 3:36 ` KY Srinivasan
2015-03-10 11:42 ` Olaf Hering [this message]
2015-03-10 13:30 ` Christoph Hellwig
2015-03-10 14:53 ` Olaf Hering
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150310114233.GA30423@gmail.com \
--to=olaf@aepfle.de \
--cc=JBottomley@parallels.com \
--cc=devel@linuxdriverproject.org \
--cc=haiyangz@microsoft.com \
--cc=hch@lst.de \
--cc=kys@microsoft.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=longli@microsoft.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox