Whamcloud - gitweb
- don't need to unregister the recovd, since it's gone
authorrread <rread>
Fri, 21 Mar 2003 22:57:24 +0000 (22:57 +0000)
committerrread <rread>
Fri, 21 Mar 2003 22:57:24 +0000 (22:57 +0000)
- class_destroy_import() is doing an import_put, so
  I removed an extra put from class_obd_cleanup().

lustre/ptlrpc/ptlrpc_module.c

index b1cc927..12a2085 100644 (file)
@@ -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();
 }