Whamcloud - gitweb
LU-4832 ptlrpc: fix incorrect name string in nrs_tbf
[fs/lustre-release.git] / lustre / ptlrpc / nrs_tbf.c
index 80fa9ff..f0ab74d 100644 (file)
@@ -1869,7 +1869,7 @@ void nrs_tbf_lprocfs_fini(struct ptlrpc_service *svc)
        if (svc->srv_procroot == NULL)
                return;
 
-       lprocfs_remove_proc_entry("nrs_tbf_quantum", svc->srv_procroot);
+       lprocfs_remove_proc_entry("nrs_tbf_rule", svc->srv_procroot);
 }
 
 #endif /* LPROCFS */