Whamcloud - gitweb
Branch HEAD
authoradilger <adilger>
Fri, 3 Oct 2008 21:36:41 +0000 (21:36 +0000)
committeradilger <adilger>
Fri, 3 Oct 2008 21:36:41 +0000 (21:36 +0000)
Add clarifying comment.

lustre/ldlm/ldlm_lib.c

index 27cd186..6a6022c 100644 (file)
@@ -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) &&