X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lnet%2Fulnds%2Fsocklnd%2Fpoll.c;h=b58878c7398c7c935f108935475b26bea52ba595;hp=9e0baef1581f40fe3fec08eb9a3b8bf4de257108;hb=9fb46705ae86aa2c0ac29427f0ff24f923560eb7;hpb=637b7bca5e06c27a402fc4b4c51bb833e3b8a785 diff --git a/lnet/ulnds/socklnd/poll.c b/lnet/ulnds/socklnd/poll.c index 9e0baef..b58878c 100644 --- a/lnet/ulnds/socklnd/poll.c +++ b/lnet/ulnds/socklnd/poll.c @@ -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; }