From 0a6ea03be4fb363fe468e7e9863976e80e98a376 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Tue, 11 Feb 2020 08:16:42 -0800 Subject: [PATCH] uapi: update magic.h Signed-off-by: Stephen Hemminger --- include/uapi/linux/magic.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/uapi/linux/magic.h b/include/uapi/linux/magic.h index 3ac436376..d78064007 100644 --- a/include/uapi/linux/magic.h +++ b/include/uapi/linux/magic.h @@ -87,6 +87,7 @@ #define NSFS_MAGIC 0x6e736673 #define BPF_FS_MAGIC 0xcafe4a11 #define AAFS_MAGIC 0x5a3c69f0 +#define ZONEFS_MAGIC 0x5a4f4653 /* Since UDF 2.01 is ISO 13346 based... */ #define UDF_SUPER_MAGIC 0x15013346 -- 2.47.2