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

Staging: hv: Add ring_buffer_size to struct storvsc_device_info

Add ring_buffer_size to struct storvsc_device_info
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>
上级 4c6bebe9
...@@ -82,6 +82,7 @@ struct storvsc_driver { ...@@ -82,6 +82,7 @@ struct storvsc_driver {
}; };
struct storvsc_device_info { struct storvsc_device_info {
u32 ring_buffer_size;
unsigned int port_number; unsigned int port_number;
unsigned char path_id; unsigned char path_id;
unsigned char target_id; unsigned char target_id;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册