X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lnet%2Flnet%2Fapi-ni.c;h=76433a6493cec741ab7e995ca8cc6cc942775d84;hb=0cb3d86c4004d75810c54bb897ad7fbb6d5ec05f;hp=4134addc275e6ec21fbdf66f6e5635e6f6aa6e84;hpb=3b4bd39beb95c8988dd95b26e22b2cfae6f99f7e;p=fs%2Flustre-release.git diff --git a/lnet/lnet/api-ni.c b/lnet/lnet/api-ni.c index 4134add..76433a6 100644 --- a/lnet/lnet/api-ni.c +++ b/lnet/lnet/api-ni.c @@ -1373,6 +1373,8 @@ lnet_prepare(lnet_pid_t requested_pid) init_waitqueue_head(&the_lnet.ln_dc_waitq); the_lnet.ln_mt_handler = NULL; init_completion(&the_lnet.ln_started); + atomic_set(&the_lnet.ln_late_msg_count, 0); + atomic64_set(&the_lnet.ln_late_msg_nsecs, 0); rc = lnet_slab_setup(); if (rc != 0)