static void __exit fid_mod_exit(void) { lu_context_key_degister(&seq_thread_key); if (seq_type_proc_dir != NULL && !IS_ERR(seq_type_proc_dir)) { lprocfs_remove(&seq_type_proc_dir); seq_type_proc_dir = NULL; } }
static void __exit fid_mod_exit(void) { llo_local_obj_unregister(&llod_seq_srv); llo_local_obj_unregister(&llod_seq_ctl); lu_context_key_degister(&seq_thread_key); if (seq_type_proc_dir != NULL && !IS_ERR(seq_type_proc_dir)) { lprocfs_remove(&seq_type_proc_dir); seq_type_proc_dir = NULL; } }
/* * Companion of qsd_glb_init() called at module unload time */ void qsd_glb_fini(void) { lustre_register_quota_process_config(NULL); lu_kmem_fini(qsd_caches); lu_context_key_degister(&qsd_thread_key); }
void llog_info_fini(void) { lu_context_key_degister(&llog_thread_key); }
void fld_server_mod_exit(void) { lu_context_key_degister(&fld_thread_key); }
void lu_ucred_global_fini(void) { lu_context_key_degister(&lu_ucred_key); }