diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-09-13 14:32:56 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-09-26 12:01:16 -0400 |
commit | 76c52bbe5e5ffc6812dcd49729c09f5a207b4a9a (patch) | |
tree | d0005bb14fcbf914dd7fb5667aa5034c51f18fe4 /include/linux/hyperv.h | |
parent | 8681db445ed407167cd0d78c48727773b132367b (diff) |
hv: move "client/server_monitor_pending" bus attributes to dev_groups
This moves the "client_monitor_pending" and "server_monitor_pending" bus
attributes to the dev_groups structure, removing the need for it to be
in a temporary structure.
Tested-by: "K. Y. Srinivasan" <kys@microsoft.com>
Cc: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/hyperv.h')
-rw-r--r-- | include/linux/hyperv.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h index 687c01b85037..f0a7d27ffb21 100644 --- a/include/linux/hyperv.h +++ b/include/linux/hyperv.h | |||
@@ -900,10 +900,8 @@ enum vmbus_channel_state { | |||
900 | }; | 900 | }; |
901 | 901 | ||
902 | struct vmbus_channel_debug_info { | 902 | struct vmbus_channel_debug_info { |
903 | u32 servermonitor_pending; | ||
904 | u32 servermonitor_latency; | 903 | u32 servermonitor_latency; |
905 | u32 servermonitor_connectionid; | 904 | u32 servermonitor_connectionid; |
906 | u32 clientmonitor_pending; | ||
907 | u32 clientmonitor_latency; | 905 | u32 clientmonitor_latency; |
908 | u32 clientmonitor_connectionid; | 906 | u32 clientmonitor_connectionid; |
909 | 907 | ||