mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-21 20:51:27 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user