]> git.baikalelectronics.ru Git - kernel.git/commit
hyper-v: Remove internal types from UAPI header
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 22 Apr 2020 13:18:18 +0000 (16:18 +0300)
committerWei Liu <wei.liu@kernel.org>
Wed, 22 Apr 2020 20:10:05 +0000 (21:10 +0100)
commit372b7c26fc6a17bf0f2c00b7db25d542b4f3e4a6
tree7f4f821f40ce3de3fdbb5f682d971b93628b3510
parent6c8e9d63da10759f38f1fba7c602cb54a1e60ee1
hyper-v: Remove internal types from UAPI header

The uuid_le mistakenly comes to be an UAPI type. Since it's luckily not used by
Hyper-V APIs, we may replace with POD types, i.e. __u8 array.

Note, previously shared uuid_be had been removed from UAPI few releases ago.
This is a continuation of that process towards removing uuid_le one.

Note, there is no ABI change!

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20200422131818.23088-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Wei Liu <wei.liu@kernel.org>
include/uapi/linux/hyperv.h