From b5012bba69c88d362d63d16027eaa3d29a34029e Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Mon, 23 Aug 2010 11:00:25 +0000 Subject: [PATCH] Forgotten chunk from the previous commit git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1975 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/scst/src/scst_main.c b/scst/src/scst_main.c index fb4a75254..8f95782b8 100644 --- a/scst/src/scst_main.c +++ b/scst/src/scst_main.c @@ -169,6 +169,7 @@ MODULE_PARM_DESC(scst_max_dev_cmd_mem, "Maximum memory allowed to be consumed " struct scst_dev_type scst_null_devtype = { .name = "none", + .threads_num = -1, }; static void __scst_resume_activity(void);