Whamcloud - gitweb
- CROW (CReate On Write) (precreation is removed)
[fs/lustre-release.git] / lustre / include / linux / lustre_export.h
index 0a91241..8f9b829 100644 (file)
@@ -31,18 +31,8 @@ struct mds_export_data {
 
 struct osc_creator {
         spinlock_t              oscc_lock;
-        struct list_head        oscc_list;
-        struct obd_device       *oscc_obd;
-        obd_id                  oscc_last_id;//last available pre-created object
-        obd_id                  oscc_next_id;// what object id to give out next
-        obd_id                  oscc_gr;
-        int                     oscc_grow_count;
-        int                     oscc_max_grow_count;
-        int                     oscc_kick_barrier;
-        struct osc_created     *oscc_osccd;
-        struct obdo             oscc_oa;
+        struct obd_device      *oscc_obd;
         int                     oscc_flags;
-        wait_queue_head_t       oscc_waitq; /* creating procs wait on this */
 };
 
 struct ldlm_export_data {