From 385a343691280eccb32127cb5eb238ccf02eaaa9 Mon Sep 17 00:00:00 2001 From: bobijam <bobijam> Date: Thu, 20 Dec 2007 01:58:43 +0000 Subject: [PATCH] Branch b1_6 b=13715 i=nathan i=johann Activate import on intial connection. --- lustre/ptlrpc/import.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/ptlrpc/import.c b/lustre/ptlrpc/import.c index aa6a7668c4..6ac44c561b 100644 --- a/lustre/ptlrpc/import.c +++ b/lustre/ptlrpc/import.c @@ -600,6 +600,7 @@ static int ptlrpc_connect_interpret(struct ptlrpc_request *request, *lustre_msg_get_handle(request->rq_repmsg); IMPORT_SET_STATE(imp, LUSTRE_IMP_FULL); + ptlrpc_activate_import(imp); GOTO(finish, rc = 0); } else { spin_unlock(&imp->imp_lock); -- GitLab