From d182ed643bc6489d1cdec26cc64cffe93399b04d Mon Sep 17 00:00:00 2001 From: fanyong Date: Wed, 25 Oct 2006 07:30:05 +0000 Subject: [PATCH] Small fix. --- lustre/mdt/mdt_idmap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 1.8.3.1