Esempio n. 1
0
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;
	}
}
Esempio n. 2
0
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;
        }
}
Esempio n. 3
0
/*
 * 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);
}
Esempio n. 4
0
void llog_info_fini(void)
{
	lu_context_key_degister(&llog_thread_key);
}
Esempio n. 5
0
void fld_server_mod_exit(void)
{
	lu_context_key_degister(&fld_thread_key);
}
Esempio n. 6
0
void lu_ucred_global_fini(void)
{
	lu_context_key_degister(&lu_ucred_key);
}