]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/ocfs2/ocfs2.h
ocfs2: Introduce the new ocfs2_cluster_connect/disconnect() API.
[linux-2.6-omap-h63xx.git] / fs / ocfs2 / ocfs2.h
index 6d7c6d2d0c23319e51e162b7b619a732b416675f..664e4fe3eab593f13106b7d9f3323145b7fd8983 100644 (file)
@@ -248,12 +248,10 @@ struct ocfs2_super
        struct ocfs2_alloc_stats alloc_stats;
        char dev_str[20];               /* "major,minor" of the device */
 
-       struct dlm_ctxt *dlm;
+       struct ocfs2_cluster_connection *cconn;
        struct ocfs2_lock_res osb_super_lockres;
        struct ocfs2_lock_res osb_rename_lockres;
-       struct dlm_eviction_cb osb_eviction_cb;
        struct ocfs2_dlm_debug *osb_dlm_debug;
-       struct dlm_protocol_version osb_locking_proto;
 
        struct dentry *osb_debug_root;