Whamcloud - gitweb
LU-13005 lnet: drop refcounting from event queues.
[fs/lustre-release.git] / lnet / selftest / rpc.c
index 1bb716e..57d21e2 100644 (file)
@@ -1680,8 +1680,7 @@ srpc_shutdown (void)
                rc = LNetClearLazyPortal(SRPC_FRAMEWORK_REQUEST_PORTAL);
                rc = LNetClearLazyPortal(SRPC_REQUEST_PORTAL);
                LASSERT(rc == 0);
-               rc = LNetEQFree(srpc_data.rpc_lnet_eq);
-               LASSERT(rc == 0); /* the EQ should have no user by now */
+               LNetEQFree(srpc_data.rpc_lnet_eq);
                /* fallthrough */
 
        case SRPC_STATE_NI_INIT: