From: fanyong Date: Wed, 25 Oct 2006 07:30:05 +0000 (+0000) Subject: Small fix. X-Git-Tag: v1_8_0_110~486^2~358 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=d182ed643bc6489d1cdec26cc64cffe93399b04d;p=fs%2Flustre-release.git Small fix. --- diff --git a/lustre/mdt/mdt_idmap.c b/lustre/mdt/mdt_idmap.c index ecd1c01..74c2963 100644 --- a/lustre/mdt/mdt_idmap.c +++ b/lustre/mdt/mdt_idmap.c @@ -219,7 +219,7 @@ void mdt_cleanup_idmap(struct mdt_export_data *med) med->med_idmap = NULL; } -static inline void mdd_revoke_export_locks(struct obd_export *exp) +static inline void mdt_revoke_export_locks(struct obd_export *exp) { if (!exp->exp_mdt_data.med_rmtclient) return; @@ -449,7 +449,7 @@ int mdt_handle_idmap(struct mdt_thread_info *info) case SEC_CTX_INIT: case SEC_CTX_INIT_CONT: case SEC_CTX_FINI: - mdd_revoke_export_locks(req->rq_export); + mdt_revoke_export_locks(req->rq_export); break; } RETURN(0);