aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Shevchenko <[email protected]>2022-01-19 18:09:22 -0800
committerLinus Torvalds <[email protected]>2022-01-20 08:52:54 +0200
commit8e930a66993be0a5f9a97c7c1c76ef09db4ef8bb (patch)
tree66938ba9b38ae745a64caa1d488269c380235a9d
parent60c7801b121aa0e90d8aae7245859aec0ce2306f (diff)
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/[email protected] Signed-off-by: Andy Shevchenko <[email protected]> Acked-by: Christoph Hellwig <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r--include/uapi/linux/uuid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/uuid.h b/include/uapi/linux/uuid.h
index e5a7eecef7c3..32615dc5f0cf 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
*