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:
parent
01415ab3d2
commit
4c6bebe9c7
1 changed files with 0 additions and 4 deletions
|
@ -79,10 +79,6 @@ struct storvsc_driver {
|
||||||
|
|
||||||
/* Set by caller (in bytes) */
|
/* Set by caller (in bytes) */
|
||||||
u32 ring_buffer_size;
|
u32 ring_buffer_size;
|
||||||
|
|
||||||
/* Maximum # of requests in flight per channel/device */
|
|
||||||
u32 max_outstanding_req_per_channel;
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
struct storvsc_device_info {
|
struct storvsc_device_info {
|
||||||
|
|
Loading…
Add table
Reference in a new issue