Merge tag 'keys-misc-20210126' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowe...
[linux-2.6-microblaze.git] / include / uapi / linux / gfs2_ondisk.h
index 07e508e..6ec4291 100644 (file)
@@ -47,7 +47,7 @@
 #define GFS2_FORMAT_DE         1200
 #define GFS2_FORMAT_QU         1500
 /* These are part of the superblock */
-#define GFS2_FORMAT_FS         1801
+#define GFS2_FORMAT_FS         1802
 #define GFS2_FORMAT_MULTI      1900
 
 /*
@@ -389,8 +389,9 @@ struct gfs2_leaf {
 #define GFS2_EATYPE_USR                1
 #define GFS2_EATYPE_SYS                2
 #define GFS2_EATYPE_SECURITY   3
+#define GFS2_EATYPE_TRUSTED    4
 
-#define GFS2_EATYPE_LAST       3
+#define GFS2_EATYPE_LAST       4
 #define GFS2_EATYPE_VALID(x)   ((x) <= GFS2_EATYPE_LAST)
 
 #define GFS2_EAFLAG_LAST       0x01    /* last ea in block */