From: adilger Date: Fri, 3 Oct 2008 21:36:41 +0000 (+0000) Subject: Branch HEAD X-Git-Tag: v1_9_80~31 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=26a5d9e802954ab72c3ae0f774a7aa0659f983fd;p=fs%2Flustre-release.git Branch HEAD Add clarifying comment. --- 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) &&