X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=include%2Flinux%2Fjffs2.h;h=840631fa5ff16629b7e1490944447ea1c0c113ba;hb=ce8c2293be47999584908069e78bf6d94beadc53;hp=c6f70660b3716e39736153151cc5ef6c1b82fd70;hpb=dbe1ab9514c231c9b062140a107d9dea0eabefcc;p=karo-tx-linux.git diff --git a/include/linux/jffs2.h b/include/linux/jffs2.h index c6f70660b371..840631fa5ff1 100644 --- a/include/linux/jffs2.h +++ b/include/linux/jffs2.h @@ -15,12 +15,12 @@ #ifndef __LINUX_JFFS2_H__ #define __LINUX_JFFS2_H__ +#include + /* You must include something which defines the C99 uintXX_t types. We don't do it from here because this file is used in too many different environments. */ -#define JFFS2_SUPER_MAGIC 0x72b6 - /* Values we may expect to find in the 'magic' field */ #define JFFS2_OLD_MAGIC_BITMASK 0x1984 #define JFFS2_MAGIC_BITMASK 0x1985 @@ -186,6 +186,7 @@ struct jffs2_raw_xref jint32_t hdr_crc; jint32_t ino; /* inode number */ jint32_t xid; /* XATTR identifier number */ + jint32_t xseqno; /* xref sequencial number */ jint32_t node_crc; } __attribute__((packed));