diff --git a/qtfs/qtfs/qtfs-mod.c b/qtfs/qtfs/qtfs-mod.c index f2e1670d150b89dfa312f056cdb191e492de9294..2531050ebe3a2dc3a1669e4a17b347c6a4de50d8 100644 --- a/qtfs/qtfs/qtfs-mod.c +++ b/qtfs/qtfs/qtfs-mod.c @@ -224,7 +224,6 @@ static int __init qtfs_init(void) goto conn_init_err; } qtfs_whitelist_initset(); - qtfs_conn_param_init(); g_qtfs_epoll_thread = kthread_run(qtfs_epoll_thread, NULL, "qtfs_epoll"); if (IS_ERR_OR_NULL(g_qtfs_epoll_thread)) { qtfs_err("qtfs epoll thread run failed.\n");