diff options
Diffstat (limited to 'include/scsi/scsi_transport_iscsi.h')
| -rw-r--r-- | include/scsi/scsi_transport_iscsi.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/scsi/scsi_transport_iscsi.h b/include/scsi/scsi_transport_iscsi.h index f5444e033cc..8b6c91df4c7 100644 --- a/include/scsi/scsi_transport_iscsi.h +++ b/include/scsi/scsi_transport_iscsi.h @@ -198,7 +198,7 @@ struct iscsi_cls_host {  	atomic_t nr_scans;  	struct mutex mutex;  	struct workqueue_struct *scan_workq; -	char scan_workq_name[KOBJ_NAME_LEN]; +	char scan_workq_name[20];  };  extern void iscsi_host_for_each_session(struct Scsi_Host *shost,  |