Whamcloud - gitweb
Need to replace the nfs-utils-lustre that was installed with CMD2.
[fs/lustre-release.git] / lustre / include / linux / lustre_export.h
index 8f9b829..23aeb88 100644 (file)
@@ -33,10 +33,13 @@ struct osc_creator {
         spinlock_t              oscc_lock;
         struct obd_device      *oscc_obd;
         int                     oscc_flags;
+        obd_id                  oscc_next_id;
+        wait_queue_head_t       oscc_waitq;
 };
 
 struct ldlm_export_data {
         struct list_head       led_held_locks; /* protected by namespace lock */
+        spinlock_t             led_lock;
 };
 
 struct ec_export_data { /* echo client */