diff options
| author | Vitaly Kuznetsov <vkuznets@redhat.com> | 2015-04-11 21:07:58 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-05-24 15:17:42 -0400 |
| commit | a4d1ee5b0255a135fead1d62a7fc7e6fe718b66e (patch) | |
| tree | b8dd663c221c93ad4655231141b951d2827f461c /include/uapi/linux | |
| parent | cd8dc0548511efff7a97d978f989ce67a883f9a5 (diff) | |
Drivers: hv: fcopy: full handshake support
Introduce FCOPY_VERSION_1 to support kernel replying to the negotiation
message with its own version.
Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Tested-by: Alex Ng <alexng@microsoft.com>
Signed-off-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/hyperv.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/uapi/linux/hyperv.h b/include/uapi/linux/hyperv.h index 66c76df2c32d..e4c0a35d6417 100644 --- a/include/uapi/linux/hyperv.h +++ b/include/uapi/linux/hyperv.h | |||
| @@ -105,7 +105,8 @@ struct hv_vss_msg { | |||
| 105 | */ | 105 | */ |
| 106 | 106 | ||
| 107 | #define FCOPY_VERSION_0 0 | 107 | #define FCOPY_VERSION_0 0 |
| 108 | #define FCOPY_CURRENT_VERSION FCOPY_VERSION_0 | 108 | #define FCOPY_VERSION_1 1 |
| 109 | #define FCOPY_CURRENT_VERSION FCOPY_VERSION_1 | ||
| 109 | #define W_MAX_PATH 260 | 110 | #define W_MAX_PATH 260 |
| 110 | 111 | ||
| 111 | enum hv_fcopy_op { | 112 | enum hv_fcopy_op { |
