From: Michael Jeanson Date: Tue, 7 Mar 2023 17:05:00 +0000 (-0500) Subject: fix: uuid: Decouple guid_t and uuid_le types and respective macros (v6.3) X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=f3559e5b06b24ad0336211950792fa97398c5e9a;hp=f3559e5b06b24ad0336211950792fa97398c5e9a;p=lttng-modules.git fix: uuid: Decouple guid_t and uuid_le types and respective macros (v6.3) See upstream commit : commit 5e6a51787fef20b849682d8c49ec9c2beed5c373 Author: Andy Shevchenko Date: Tue Jan 24 15:38:38 2023 +0200 uuid: Decouple guid_t and uuid_le types and respective macros The guid_t type and respective macros are being used internally only. The uuid_le has its user outside the kernel. Decouple these types and macros, and make guid_t completely internal type to the kernel. Change-Id: I8644fd139b0630e9cf18886b84e33bffab1e5abd Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers ---