Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37cfaa8
)
Small fix.
author
fanyong
<fanyong>
Wed, 25 Oct 2006 07:30:05 +0000
(07:30 +0000)
committer
fanyong
<fanyong>
Wed, 25 Oct 2006 07:30:05 +0000
(07:30 +0000)
lustre/mdt/mdt_idmap.c
patch
|
blob
|
history
diff --git
a/lustre/mdt/mdt_idmap.c
b/lustre/mdt/mdt_idmap.c
index
ecd1c01
..
74c2963
100644
(file)
--- 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 md
d
_revoke_export_locks(struct obd_export *exp)
+static inline void md
t
_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:
- md
d
_revoke_export_locks(req->rq_export);
+ md
t
_revoke_export_locks(req->rq_export);
break;
}
RETURN(0);