uuid: Decouple guid_t and uuid_le types and respective macros
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 24 Jan 2023 13:38:38 +0000 (15:38 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 31 Jan 2023 14:57:19 +0000 (15:57 +0100)
commit5e6a51787fef20b849682d8c49ec9c2beed5c373
treea5d6c283165900aaea2083568d16039fd4b2f704
parente6acaf25cba14661211bb72181c35dd13b24f5b3
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.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20230124133838.22645-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
MAINTAINERS
include/linux/uuid.h
include/uapi/linux/uuid.h