diff options
| author | Kay Sievers <kay.sievers@vrfy.org> | 2008-05-02 00:02:41 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-07-22 00:54:52 -0400 |
| commit | aab0de245150c09e61c30962feb16aacde508dc3 (patch) | |
| tree | cd9cfa1e2c09aeb4cdeee605efa45fef90f0d38a /include/scsi/scsi_transport_fc.h | |
| parent | f75b1c60fc1e53c4004a79ea0be071aa3318cdcc (diff) | |
driver core: remove KOBJ_NAME_LEN define
Kobjects do not have a limit in name size since a while, so stop
pretending that they do.
Signed-off-by: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/scsi/scsi_transport_fc.h')
| -rw-r--r-- | include/scsi/scsi_transport_fc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/scsi/scsi_transport_fc.h b/include/scsi/scsi_transport_fc.h index 06f72bab9df0..878373c32ef7 100644 --- a/include/scsi/scsi_transport_fc.h +++ b/include/scsi/scsi_transport_fc.h | |||
| @@ -489,9 +489,9 @@ struct fc_host_attrs { | |||
| 489 | u16 npiv_vports_inuse; | 489 | u16 npiv_vports_inuse; |
| 490 | 490 | ||
| 491 | /* work queues for rport state manipulation */ | 491 | /* work queues for rport state manipulation */ |
| 492 | char work_q_name[KOBJ_NAME_LEN]; | 492 | char work_q_name[20]; |
| 493 | struct workqueue_struct *work_q; | 493 | struct workqueue_struct *work_q; |
| 494 | char devloss_work_q_name[KOBJ_NAME_LEN]; | 494 | char devloss_work_q_name[20]; |
| 495 | struct workqueue_struct *devloss_work_q; | 495 | struct workqueue_struct *devloss_work_q; |
| 496 | }; | 496 | }; |
| 497 | 497 | ||
