Whamcloud - gitweb
Land b1_6_bug11013 onto HEAD (20070313_0924)
[fs/lustre-release.git] / lustre / include / obd.h
index ab24189..4f3bd36 100644 (file)
@@ -31,6 +31,7 @@
 #include <lustre/lustre_idl.h>
 #include <lustre_export.h>
 #include <lustre_quota.h>
+#include <class_hash.h>
 
 #define MAX_OBD_DEVICES 8192
 
@@ -729,6 +730,10 @@ struct obd_device {
                      obd_fail:1,          /* cleanup with failover */
                      obd_async_recov:1;   /* allow asyncronous orphan cleanup */
         atomic_t obd_refcount;
+        /* uuid-export hash body */
+        struct lustre_class_hash_body *obd_uuid_hash_body;
+        /* nid-export hash body */
+        struct lustre_class_hash_body *obd_nid_hash_body; 
         cfs_waitq_t             obd_refcount_waitq;
         struct list_head        obd_exports;
         int                     obd_num_exports;