#include #include #include MODULE_INFO(name, KBUILD_MODNAME); __visible struct module __this_module __section(".gnu.linkonce.this_module") = { .name = KBUILD_MODNAME, .init = init_module, #ifdef CONFIG_MODULE_UNLOAD .exit = cleanup_module, #endif .arch = MODULE_ARCH_INIT, }; MODULE_INFO(intree, "Y"); KSYMTAB_FUNC(ocfs2_stack_glue_register, "_gpl", ""); KSYMTAB_FUNC(ocfs2_stack_glue_unregister, "_gpl", ""); KSYMTAB_FUNC(ocfs2_stack_glue_set_max_proto_version, "_gpl", ""); KSYMTAB_FUNC(ocfs2_dlm_lock, "_gpl", ""); KSYMTAB_FUNC(ocfs2_dlm_unlock, "_gpl", ""); KSYMTAB_FUNC(ocfs2_dlm_lock_status, "_gpl", ""); KSYMTAB_FUNC(ocfs2_dlm_lvb_valid, "_gpl", ""); KSYMTAB_FUNC(ocfs2_dlm_lvb, "_gpl", ""); KSYMTAB_FUNC(ocfs2_dlm_dump_lksb, "_gpl", ""); KSYMTAB_FUNC(ocfs2_stack_supports_plocks, "_gpl", ""); KSYMTAB_FUNC(ocfs2_plock, "_gpl", ""); KSYMTAB_FUNC(ocfs2_cluster_connect, "_gpl", ""); KSYMTAB_FUNC(ocfs2_cluster_connect_agnostic, "_gpl", ""); KSYMTAB_FUNC(ocfs2_cluster_disconnect, "_gpl", ""); KSYMTAB_FUNC(ocfs2_cluster_hangup, "_gpl", ""); KSYMTAB_FUNC(ocfs2_cluster_this_node, "_gpl", ""); KSYMTAB_DATA(ocfs2_kset, "_gpl", ""); MODULE_INFO(depends, ""); MODULE_INFO(srcversion, "DFC1A0C0CA5811AE3C8143A");