提交 4c6bebe9 编写于 作者: K K. Y. Srinivasan 提交者: Greg Kroah-Hartman

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: NK. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: NHaiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: NAbhishek Kane <v-abkane@microsoft.com>
Signed-off-by: NHank Janssen <hjanssen@microsoft.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 01415ab3
...@@ -79,10 +79,6 @@ struct storvsc_driver { ...@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册