[JFFS2][XATTR] using 'delete marker' for xdatum/xref deletion
[pandora-kernel.git] / include / linux / jffs2.h
index c6f7066..c9c7607 100644 (file)
@@ -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));