From: fanyong Date: Thu, 21 Aug 2008 08:36:12 +0000 (+0000) Subject: Branch b1_8_gate X-Git-Tag: v1_7_100~1^246~1 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=37bca85e63abd4b95fd46992fada6c56bc7e8c9e;p=fs%2Flustre-release.git Branch b1_8_gate b=15927 i=johann i=huanghua Replace ptlrpcd with the statahead thread to interpret the async statahead RPC callback. --- diff --git a/lustre/include/lustre_mds.h b/lustre/include/lustre_mds.h index 8ca9631..dae452c 100644 --- a/lustre/include/lustre_mds.h +++ b/lustre/include/lustre_mds.h @@ -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