Whamcloud - gitweb
LU-16574 udsp: lnetctl udsp improvements
[fs/lustre-release.git] / lnet / lnet / udsp.c
index e073d12..a22a611 100644 (file)
@@ -982,6 +982,9 @@ lnet_udsp_del_policy(int idx)
                }
        }
 
+       if (!removed)
+               return -ENOENT;
+
        return 0;
 }