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:
99a7a2f
)
not clear callbacks,obd_disconnect do this for us.
author
shadow
<shadow>
Fri, 4 Jul 2008 07:05:55 +0000
(07:05 +0000)
committer
shadow
<shadow>
Fri, 4 Jul 2008 07:05:55 +0000
(07:05 +0000)
Branch HEAD
b=15210
i=green
i=deen
lustre/llite/llite_lib.c
patch
|
blob
|
history
diff --git
a/lustre/llite/llite_lib.c
b/lustre/llite/llite_lib.c
index
59c857a
..
6c346db
100644
(file)
--- a/
lustre/llite/llite_lib.c
+++ b/
lustre/llite/llite_lib.c
@@
-740,10
+740,6
@@
void client_common_put_super(struct super_block *sb)
list_del(&sbi->ll_conn_chain);
- obd_unregister_page_removal_cb(sbi->ll_dt_exp,
- ll_page_removal_cb);
- obd_unregister_lock_cancel_cb(sbi->ll_dt_exp,ll_extent_lock_cancel_cb);
-
obd_fid_fini(sbi->ll_dt_exp);
obd_disconnect(sbi->ll_dt_exp);
sbi->ll_dt_exp = NULL;