]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/ocfs2/ocfs2.h
ocfs2: Implement quota recovery
[karo-tx-linux.git] / fs / ocfs2 / ocfs2.h
index f04b229fc757bd5c2f37aed8bdb6278b7785e3ae..6b25b4aa72050b0731d4e566cdc5eca4a4d2d9b4 100644 (file)
@@ -206,6 +206,7 @@ enum ocfs2_mount_options
 struct ocfs2_journal;
 struct ocfs2_slot_info;
 struct ocfs2_recovery_map;
+struct ocfs2_quota_recovery;
 struct ocfs2_super
 {
        struct task_struct *commit_task;
@@ -287,10 +288,11 @@ struct ocfs2_super
        char *local_alloc_debug_buf;
 #endif
 
-       /* Next two fields are for local node slot recovery during
+       /* Next three fields are for local node slot recovery during
         * mount. */
        int dirty;
        struct ocfs2_dinode *local_alloc_copy;
+       struct ocfs2_quota_recovery *quota_rec;
 
        struct ocfs2_alloc_stats alloc_stats;
        char dev_str[20];               /* "major,minor" of the device */