]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/jffs2/jffs2_fs_sb.h
Merge git://git.infradead.org/mtd-2.6
[linux-2.6-omap-h63xx.git] / fs / jffs2 / jffs2_fs_sb.h
index 4bcfb5570221a6fe7e1fa4347c9f5e78f6fc3b68..272fbea551927d1f13280da06ea3c5ffa0130d1e 100644 (file)
@@ -115,6 +115,16 @@ struct jffs2_sb_info {
 
        struct jffs2_summary *summary;          /* Summary information */
 
+#ifdef CONFIG_JFFS2_FS_XATTR
+#define XATTRINDEX_HASHSIZE    (57)
+       uint32_t highest_xid;
+       struct list_head xattrindex[XATTRINDEX_HASHSIZE];
+       struct list_head xattr_unchecked;
+       struct jffs2_xattr_ref *xref_temp;
+       struct rw_semaphore xattr_sem;
+       uint32_t xdatum_mem_usage;
+       uint32_t xdatum_mem_threshold;
+#endif
        /* OS-private pointer for getting back to master superblock info */
        void *os_priv;
 };