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:
e163b53
)
fix a typo
author
huanghua
<huanghua>
Sat, 4 Nov 2006 06:08:00 +0000
(06:08 +0000)
committer
huanghua
<huanghua>
Sat, 4 Nov 2006 06:08:00 +0000
(06:08 +0000)
lustre/mdt/mdt_handler.c
patch
|
blob
|
history
diff --git
a/lustre/mdt/mdt_handler.c
b/lustre/mdt/mdt_handler.c
index
78424b6
..
0bf108f
100644
(file)
--- a/
lustre/mdt/mdt_handler.c
+++ b/
lustre/mdt/mdt_handler.c
@@
-1555,7
+1555,7
@@
static int mdt_sec_ctx_handle(struct mdt_thread_info *info)
__u32 opc;
opc = lustre_msg_get_opc(req->rq_reqmsg);
- if (opc = SEC_CTX_INIT || opc == SEC_CTX_INIT_CONT)
+ if (opc =
=
SEC_CTX_INIT || opc == SEC_CTX_INIT_CONT)
sptlrpc_svc_ctx_invalidate(req);
}