From: Andy Shevchenko Date: Thu, 20 Jan 2022 02:09:22 +0000 (-0800) Subject: uuid: discourage people from using UAPI header in new code X-Git-Tag: v5.17-rc1~38^2~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8e930a66993be0a5f9a97c7c1c76ef09db4ef8bb;p=thirdparty%2Fkernel%2Flinux.git uuid: discourage people from using UAPI header in new code Discourage people from using UAPI header in new code by adding a note. Link: https://lkml.kernel.org/r/20211216113552.81199-1-andriy.shevchenko@linux.intel.com Signed-off-by: Andy Shevchenko Acked-by: Christoph Hellwig Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/uapi/linux/uuid.h b/include/uapi/linux/uuid.h index e5a7eecef7c33..32615dc5f0cfb 100644 --- a/include/uapi/linux/uuid.h +++ b/include/uapi/linux/uuid.h @@ -1,4 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ +/* DO NOT USE in new code! This is solely for MEI due to legacy reasons */ /* * UUID/GUID definition *