From 5d79c163177419f0be2b0c9d6c644df39038f4c0 Mon Sep 17 00:00:00 2001 From: Adrian Szyndela Date: Fri, 9 Sep 2016 13:35:49 +0200 Subject: [PATCH] kdbus: Add magic value MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit [partially picked from commit 216823ac83c0ab89348e2ed6f66179f53626586e] except of all the kdbus driver, add magic value of it only. Original authors of the files are those from commit 216823ac83c0ab8934. Cherry-picked from 4.14 commit 970070c4f68f113284f86cf7b6fbd23d6b35b511. Change-Id: Id60af5faf794fc4ae7122976621076f1021f6c38 Signed-off-by: Adrian Szyndela Signed-off-by: Hyotaek Shim Signed-off-by: Łukasz Stelmach Signed-off-by: Seung-Woo Kim --- include/uapi/linux/magic.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/uapi/linux/magic.h b/include/uapi/linux/magic.h index f3956fc..04b8b17 100644 --- a/include/uapi/linux/magic.h +++ b/include/uapi/linux/magic.h @@ -98,4 +98,6 @@ #define Z3FOLD_MAGIC 0x33 #define PPC_CMM_MAGIC 0xc7571590 +#define KDBUS_SUPER_MAGIC 0x44427573 + #endif /* __LINUX_MAGIC_H__ */ -- 2.7.4