Whamcloud - gitweb
Branch b1_8_gate
authorfanyong <fanyong>
Thu, 21 Aug 2008 08:36:12 +0000 (08:36 +0000)
committerfanyong <fanyong>
Thu, 21 Aug 2008 08:36:12 +0000 (08:36 +0000)
b=15927
i=johann
i=huanghua

Replace ptlrpcd with the statahead thread to interpret the async statahead RPC callback.

lustre/include/lustre_mds.h

index 8ca9631..dae452c 100644 (file)
@@ -269,7 +269,6 @@ typedef int (* md_enqueue_cb_t)(struct obd_export *exp,
                                 int rc);
 
 struct md_enqueue_info {
-        struct obd_export      *mi_exp;
         struct mdc_op_data      mi_data;
         struct lookup_intent    mi_it;
         struct lustre_handle    mi_lockh;
@@ -279,9 +278,4 @@ struct md_enqueue_info {
         void                   *mi_cbdata;
 };
 
-struct mdc_enqueue_args {
-        struct md_enqueue_info   *ma_mi;
-        struct ldlm_enqueue_info *ma_ei;
-};
-
 #endif