Whamcloud - gitweb
LU-16574 udsp: lnetctl udsp improvements
[fs/lustre-release.git] / lnet / lnet / api-ni.c
index b83f664..c268ff7 100644 (file)
@@ -4622,12 +4622,6 @@ report_ping_err:
 
                mutex_lock(&the_lnet.ln_api_mutex);
                rc = lnet_udsp_del_policy(idx);
-               if (!rc) {
-                       rc = lnet_udsp_apply_policies(NULL, false);
-                       CDEBUG(D_NET, "policy re-application returned %d\n",
-                              rc);
-                       rc = 0;
-               }
                mutex_unlock(&the_lnet.ln_api_mutex);
 
                return rc;