]> Pileus Git - ~andy/linux/blobdiff - fs/ocfs2/ocfs2.h
ocfs2: add clustername to cluster connection
[~andy/linux] / fs / ocfs2 / ocfs2.h
index d355e6e36b366bfe7dc8cc91cbabdad05976ba2c..553f53cc73ae532f7bad618b17f566ecba6bb690 100644 (file)
@@ -347,7 +347,6 @@ struct ocfs2_super
        struct task_struct *recovery_thread_task;
        int disable_recovery;
        wait_queue_head_t checkpoint_event;
-       atomic_t needs_checkpoint;
        struct ocfs2_journal *journal;
        unsigned long osb_commit_interval;
 
@@ -388,6 +387,7 @@ struct ocfs2_super
        u8 osb_stackflags;
 
        char osb_cluster_stack[OCFS2_STACK_LABEL_LEN + 1];
+       char osb_cluster_name[OCFS2_CLUSTER_NAME_LEN + 1];
        struct ocfs2_cluster_connection *cconn;
        struct ocfs2_lock_res osb_super_lockres;
        struct ocfs2_lock_res osb_rename_lockres;