示例#1
0
文件: handler.c 项目: DCteam/lustre
static void /*__exit*/ mds_cmd_exit(void)
{
        lquota_exit(mds_quota_interface_ref);
        if (mds_quota_interface_ref)
                PORTAL_SYMBOL_PUT(mds_quota_interface);

        class_unregister_type(LUSTRE_MDS_NAME);
}
示例#2
0
static void __exit llog_test_exit(void)
{
	class_unregister_type("llog_test");
}
示例#3
0
/* called when the lquota module is about to be unloaded */
void qmt_glb_fini(void)
{
	class_unregister_type(LUSTRE_QMT_NAME);
}
示例#4
0
static void __exit mdd_mod_exit(void)
{
	class_unregister_type(LUSTRE_MDD_NAME);
	lu_kmem_fini(mdd_caches);
}
示例#5
0
文件: mgs_handler.c 项目: LLNL/lustre
static void /*__exit*/ mgs_exit(void)
{
        class_unregister_type(LUSTRE_MGS_NAME);
}