From 37bca85e63abd4b95fd46992fada6c56bc7e8c9e Mon Sep 17 00:00:00 2001 From: fanyong Date: Thu, 21 Aug 2008 08:36:12 +0000 Subject: [PATCH] Branch b1_8_gate b=15927 i=johann i=huanghua Replace ptlrpcd with the statahead thread to interpret the async statahead RPC callback. --- lustre/include/lustre_mds.h | 6 ------ 1 file changed, 6 deletions(-) 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 -- 1.8.3.1