From: rread Date: Fri, 21 Mar 2003 22:57:24 +0000 (+0000) Subject: - don't need to unregister the recovd, since it's gone X-Git-Tag: v1_7_100~1^94~52 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=114332b0772aa5c6f63c414ff5740d3846ee35a7;p=fs%2Flustre-release.git - don't need to unregister the recovd, since it's gone - class_destroy_import() is doing an import_put, so I removed an extra put from class_obd_cleanup(). --- diff --git a/lustre/ptlrpc/ptlrpc_module.c b/lustre/ptlrpc/ptlrpc_module.c index b1cc927..12a2085 100644 --- a/lustre/ptlrpc/ptlrpc_module.c +++ b/lustre/ptlrpc/ptlrpc_module.c @@ -100,7 +100,6 @@ __init int ptlrpc_init(void) static void __exit ptlrpc_exit(void) { - class_unregister_type(LUSTRE_HA_NAME); ptlrpc_exit_portals(); ptlrpc_cleanup_connection(); }