From: Dan Williams <dan.j.williams@intel.com>
To: "K. Y. Srinivasan" <kys@microsoft.com>
Cc: gregkh@suse.de, linux-kernel@vger.kernel.org,
devel@linuxdriverproject.org, virtualization@lists.osdl.org,
ohering@suse.com, James.Bottomley@hansenpartnership.com,
hch@infradead.org, linux-scsi@vger.kernel.org
Subject: Re: [PATCH 1/1][RESEND] Staging: hv: storvsc: Move the storage driver out of the staging area
Date: Tue, 20 Dec 2011 15:06:28 -0800 [thread overview]
Message-ID: <CAA9_cmf2RQapBD3th-RAhhTBB64N9ChKNFNXz0PEZJexeQUoqw@mail.gmail.com> (raw)
In-Reply-To: <1324407064-16875-1-git-send-email-kys@microsoft.com>
On Tue, Dec 20, 2011 at 10:51 AM, K. Y. Srinivasan <kys@microsoft.com> wrote:
> The storage driver (storvsc_drv.c) handles all block storage devices
> assigned to Linux guests hosted on Hyper-V. This driver has been in the
> staging tree for a while and this patch moves it out of the staging area.
> As per Greg's recommendation, this patch makes no changes to the staging/hv
> directory. Once the driver moves out of staging, we will cleanup the
> staging/hv directory.
>
> This patch includes all the patches that I have sent against the staging/hv
> tree to address the comments I have gotten to date on this storage driver.
> Greg has already applied all these patches to the staging tree.
>
> Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
> ---
> drivers/scsi/Kconfig | 7 +
> drivers/scsi/Makefile | 3 +
> drivers/scsi/storvsc_drv.c | 1586 ++++++++++++++++++++++++++++++++++++++++++++
> 3 files changed, 1596 insertions(+), 0 deletions(-)
> create mode 100644 drivers/scsi/storvsc_drv.c
Shouldn't this diffstat be something like the following?
drivers/scsi/Kconfig | 7 +
drivers/scsi/Makefile | 3 +
drivers/{staging/hv => scsi}/storvsc_drv.c | 310 +++++++++++++++++++---------
3 files changed, 218 insertions(+), 102 deletions(-)
rename drivers/{staging/hv => scsi}/storvsc_drv.c (87%)
next prev parent reply other threads:[~2011-12-20 23:06 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-20 18:51 [PATCH 1/1][RESEND] Staging: hv: storvsc: Move the storage driver out of the staging area K. Y. Srinivasan
2011-12-20 23:06 ` Dan Williams [this message]
2011-12-21 0:42 ` KY Srinivasan
-- strict thread matches above, loose matches on Subject: below --
2012-01-03 20:27 K. Y. Srinivasan
2012-01-11 10:36 ` Christoph Hellwig
2012-01-12 17:55 ` KY Srinivasan
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=CAA9_cmf2RQapBD3th-RAhhTBB64N9ChKNFNXz0PEZJexeQUoqw@mail.gmail.com \
--to=dan.j.williams@intel.com \
--cc=James.Bottomley@hansenpartnership.com \
--cc=devel@linuxdriverproject.org \
--cc=gregkh@suse.de \
--cc=hch@infradead.org \
--cc=kys@microsoft.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=ohering@suse.com \
--cc=virtualization@lists.osdl.org \
/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;
as well as URLs for NNTP newsgroup(s).