Commit 31c39c35 authored by K. Y. Srinivasan's avatar K. Y. Srinivasan Committed by Greg Kroah-Hartman

Staging: hv: Get rid of the ring size state from struct storvsc_driver

Now, get rid of the ring size state from struct storvsc_driver.
Signed-off-by: default avatarK. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: default avatarHaiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: default avatarAbhishek Kane <v-abkane@microsoft.com>
Signed-off-by: default avatarHank Janssen <hjanssen@microsoft.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent f85976e4
...@@ -76,9 +76,6 @@ struct hv_storvsc_request { ...@@ -76,9 +76,6 @@ struct hv_storvsc_request {
/* Represents the block vsc driver */ /* Represents the block vsc driver */
struct storvsc_driver { struct storvsc_driver {
struct hv_driver base; struct hv_driver base;
/* Set by caller (in bytes) */
u32 ring_buffer_size;
}; };
struct storvsc_device_info { struct storvsc_device_info {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment