From: bobijam Date: Wed, 29 Jul 2009 04:09:43 +0000 (+0000) Subject: Branch HEAD X-Git-Tag: v1_9_230~23 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=ada17080533c9f32bc6603de55594324e0aff714 Branch HEAD b=19854 Revert the patch until other patchs ready. --- diff --git a/lustre/ldlm/ldlm_lib.c b/lustre/ldlm/ldlm_lib.c index b16a4fb..bb6e297 100644 --- a/lustre/ldlm/ldlm_lib.c +++ b/lustre/ldlm/ldlm_lib.c @@ -760,9 +760,7 @@ int target_handle_connect(struct ptlrpc_request *req) export = NULL; rc = 0; } else if (export->exp_connection != NULL && - req->rq_peer.nid != export->exp_connection->c_peer.nid && - (lustre_msg_get_op_flags(req->rq_reqmsg) & - MSG_CONNECT_INITIAL)) { + req->rq_peer.nid != export->exp_connection->c_peer.nid) { /* in mds failover we have static uuid but nid can be * changed*/ CWARN("%s: cookie %s seen on new NID %s when "