scsi: iscsi: Drop temp workq_name

When the workqueue code was created it didn't allow variable args so we
have been using a temp buffer. Drop that.

Link: https://lore.kernel.org/r/20220226230435.38733-7-michael.christie@oracle.com
Reviewed-by: Chris Leech <cleech@redhat.com>
Reviewed-by: Lee Duncan <lduncan@suse.com>
Signed-off-by: Mike Christie <michael.christie@oracle.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
Mike Christie
2022-02-26 17:04:35 -06:00
committed by Martin K. Petersen
parent 7cb6683ce7
commit 69af1c9577
2 changed files with 2 additions and 5 deletions

View File

@@ -383,7 +383,6 @@ struct iscsi_host {
int state;
struct workqueue_struct *workq;
char workq_name[20];
};
/*