Staging: hv: storvsc_drv: Get rid of max_outstanding_req_per_channel from struct storvsc_driver

Now, Get rid of max_outstanding_req_per_channel from struct storvsc_driver.

Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Abhishek Kane <v-abkane@microsoft.com>
Signed-off-by: Hank Janssen <hjanssen@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
K. Y. Srinivasan 2011-05-10 07:55:59 -07:00 committed by Greg Kroah-Hartman
parent 01415ab3d2
commit 4c6bebe9c7
1 changed files with 0 additions and 4 deletions

View File

@ -79,10 +79,6 @@ struct storvsc_driver {
/* Set by caller (in bytes) */
u32 ring_buffer_size;
/* Maximum # of requests in flight per channel/device */
u32 max_outstanding_req_per_channel;
};
struct storvsc_device_info {