Staging: hv: storvsc: Move the storage driver out of the staging area
authorK. Y. Srinivasan <kys@microsoft.com>
Thu, 9 Feb 2012 22:14:48 +0000 (14:14 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Feb 2012 19:35:20 +0000 (11:35 -0800)
commit89ae7d709357df3a60e81c57613859d91d093ace
tree1bb00c35612ea48371380a9e9348a80c81c86dd7
parent0cbb613fa82fb09b6ef914ab0aaa92091f367bb6
Staging: hv: storvsc: Move the storage driver out of the staging area

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.

James was willing to apply this patch during the 3.3-rc phase and a decision
was taken to defer this to 3.4 since Greg had queued up a bunch of storvsc
patches for 3.4. Now that Greg has applied all of the pending storvsc patches,
I am sending this patch to move this driver out of staging. Based on James'
recommendation, this patch gets rid of the unneeded files in the staging/hv
directory.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Acked-by: James Bottomley <JBottomley@Parallels.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/scsi/Kconfig
drivers/scsi/Makefile
drivers/scsi/storvsc_drv.c [moved from drivers/staging/hv/storvsc_drv.c with 100% similarity]
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/hv/Kconfig [deleted file]
drivers/staging/hv/Makefile [deleted file]
drivers/staging/hv/TODO [deleted file]