Loading
livepatch: Organize active functions with struct 'list_head'
hulk inclusion category: cleanup bugzilla: https://gitee.com/openeuler/kernel/issues/I9R2TB -------------------------------- Struct 'klp_func_list' is used to organize active functions with unidirectional linked list, it is too complicated. Here rename it as 'actv_func', and organize with 'list_head' to make it clear. Signed-off-by:Zheng Yejian <zhengyejian1@huawei.com>