Minor threds naming improvement

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2326 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2010-10-01 13:41:23 +00:00
parent 827f72cc51
commit 866f85bd18

View File

@@ -3926,10 +3926,9 @@ int iscsi_threads_pool_get(const cpumask_t *cpu_mask,
else
fn = istwr;
major++;
for (i = 0; i < count; i++) {
if (j == 0) {
major++;
if (cpu_mask == NULL)
snprintf(name, sizeof(name), "iscsird%d", i);
else