Whamcloud - gitweb
LU-1346 libcfs: replace libcfs wrappers with kernel API
[fs/lustre-release.git] / lnet / ulnds / socklnd / poll.c
index 9e0baef..b58878c 100644 (file)
@@ -200,7 +200,7 @@ usocklnd_poll_thread(void *arg)
         }
 
         /* unblock usocklnd_shutdown() */
-        cfs_mt_complete(&pt_data->upt_completion);
+       mt_complete(&pt_data->upt_completion);
 
         return 0;
 }