Whamcloud - gitweb
LU-13005 lnet: remove LNetEQPoll
[fs/lustre-release.git] / lnet / lnet / api-ni.c
index bb5fc97..7235dc7 100644 (file)
@@ -548,7 +548,6 @@ lnet_init_locks(void)
 {
        spin_lock_init(&the_lnet.ln_eq_wait_lock);
        spin_lock_init(&the_lnet.ln_msg_resend_lock);
-       init_waitqueue_head(&the_lnet.ln_eq_waitq);
        init_completion(&the_lnet.ln_mt_wait_complete);
        mutex_init(&the_lnet.ln_lnd_mutex);
 }