From 135678ebb9d5c60b016248293d1b8f2e1432e71b Mon Sep 17 00:00:00 2001 From: Deng Guangxing Date: Mon, 6 Nov 2023 09:46:48 +0800 Subject: [PATCH] remove redundant qtfs_conn_param_init Signed-off-by: Deng Guangxing --- qtfs/qtfs/qtfs-mod.c | 1 - 1 file changed, 1 deletion(-) diff --git a/qtfs/qtfs/qtfs-mod.c b/qtfs/qtfs/qtfs-mod.c index f2e1670..2531050 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"); -- Gitee