From: shadow Date: Fri, 4 Jul 2008 07:05:55 +0000 (+0000) Subject: not clear callbacks,obd_disconnect do this for us. X-Git-Tag: v1_9_50~267 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=fd83c85aec22c3cb557da2a1b488023d960cb586;p=fs%2Flustre-release.git not clear callbacks,obd_disconnect do this for us. Branch HEAD b=15210 i=green i=deen --- diff --git a/lustre/llite/llite_lib.c b/lustre/llite/llite_lib.c index 59c857a..6c346db 100644 --- 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;