From 26a5d9e802954ab72c3ae0f774a7aa0659f983fd Mon Sep 17 00:00:00 2001 From: adilger Date: Fri, 3 Oct 2008 21:36:41 +0000 Subject: [PATCH] Branch HEAD Add clarifying comment. --- lustre/ldlm/ldlm_lib.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lustre/ldlm/ldlm_lib.c b/lustre/ldlm/ldlm_lib.c index 27cd186..6a6022c 100644 --- a/lustre/ldlm/ldlm_lib.c +++ b/lustre/ldlm/ldlm_lib.c @@ -980,6 +980,9 @@ dont_check_exports: revimp->imp_remote_handle = conn; revimp->imp_dlm_fake = 1; revimp->imp_state = LUSTRE_IMP_FULL; + + /* unknown versions will be caught in + * ptlrpc_handle_server_req_in->lustre_unpack_msg() */ revimp->imp_msg_magic = req->rq_reqmsg->lm_magic; if ((export->exp_connect_flags & OBD_CONNECT_AT) && -- 1.8.3.1