diff options
author | Mike Christie <michael.christie@oracle.com> | 2022-02-26 17:04:35 -0600 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2022-03-01 23:56:28 -0500 |
commit | 69af1c9577aae2149f79be6f485609250fdfb0ad (patch) | |
tree | cbf9e3cf5c16b2eac529787b3463d05dc4388a59 /include/scsi | |
parent | 7cb6683ce761eda9b474e4d612cdfc2067a5ea07 (diff) | |
download | linux-69af1c9577aae2149f79be6f485609250fdfb0ad.tar.gz linux-69af1c9577aae2149f79be6f485609250fdfb0ad.tar.bz2 linux-69af1c9577aae2149f79be6f485609250fdfb0ad.zip |
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>
Diffstat (limited to 'include/scsi')
-rw-r--r-- | include/scsi/libiscsi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/scsi/libiscsi.h b/include/scsi/libiscsi.h index cb805ed9cbf1..e76c94697c1b 100644 --- a/include/scsi/libiscsi.h +++ b/include/scsi/libiscsi.h @@ -383,7 +383,6 @@ struct iscsi_host { int state; struct workqueue_struct *workq; - char workq_name[20]; }; /* |