X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fldlm%2Fldlm_lib.c;h=ab65cb043513071466d99bda4456d7a95497324c;hp=404740735d8d6a93a687f432b43153f545ee2517;hb=6fc2d762ef7cfc453e13468721582f3beea6fc40;hpb=eb062ffc1cce793e24dd85f30011a18037b6e609 diff --git a/lustre/ldlm/ldlm_lib.c b/lustre/ldlm/ldlm_lib.c index 4047407..ab65cb0 100644 --- a/lustre/ldlm/ldlm_lib.c +++ b/lustre/ldlm/ldlm_lib.c @@ -471,7 +471,7 @@ int client_connect_import(const struct lu_env *env, imp->imp_connect_flags_orig = data->ocd_connect_flags; } - rc = ptlrpc_connect_import(imp, NULL); + rc = ptlrpc_connect_import(imp); if (rc != 0) { LASSERT (imp->imp_state == LUSTRE_IMP_DISCON); GOTO(out_ldlm, rc);