On Sat, Jul 08, 2017 at 05:07:23AM +0530, Varsha Rao wrote: > Add nft_init and nft_exit functions, which calls _init and _exit > functions in main.c file. Remove __init and __exit macro definitions as > libnftables library will be created soon. Rename realm_table_init() and > realm_table_exit() functions to avoid ambiguity as > realm_table_rt_init(), realm_table_meta_init, realm_table_rt_exit() and > realm_table_meta_exit() in rt.c and meta.c files. Applied with changes. Please, next time, split your patches into logical changes. In this patch that are two logical changes that are not related: 1) Pass nf_sock to functions as parameter. 2) Remove __init and __exit functions. So I have split this patch in two before pushing out. Just note for the next time, no problem. Thanks Varsha. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html