aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/gfs2_ondisk.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/gfs2_ondisk.h')
-rw-r--r--include/linux/gfs2_ondisk.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/gfs2_ondisk.h b/include/linux/gfs2_ondisk.h
index 4356e3864643..3893aac4e3ae 100644
--- a/include/linux/gfs2_ondisk.h
+++ b/include/linux/gfs2_ondisk.h
@@ -311,8 +311,9 @@ struct gfs2_leaf {
311#define GFS2_EATYPE_UNUSED 0 311#define GFS2_EATYPE_UNUSED 0
312#define GFS2_EATYPE_USR 1 312#define GFS2_EATYPE_USR 1
313#define GFS2_EATYPE_SYS 2 313#define GFS2_EATYPE_SYS 2
314#define GFS2_EATYPE_SECURITY 3
314 315
315#define GFS2_EATYPE_LAST 2 316#define GFS2_EATYPE_LAST 3
316#define GFS2_EATYPE_VALID(x) ((x) <= GFS2_EATYPE_LAST) 317#define GFS2_EATYPE_VALID(x) ((x) <= GFS2_EATYPE_LAST)
317 318
318#define GFS2_EAFLAG_LAST 0x01 /* last ea in block */ 319#define GFS2_EAFLAG_LAST 0x01 /* last ea in block */