Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd06bf7
)
- don't need to unregister the recovd, since it's gone
author
rread
<rread>
Fri, 21 Mar 2003 22:57:24 +0000
(22:57 +0000)
committer
rread
<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
patch
|
blob
|
history
diff --git
a/lustre/ptlrpc/ptlrpc_module.c
b/lustre/ptlrpc/ptlrpc_module.c
index
b1cc927
..
12a2085
100644
(file)
--- 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();
}